4.51.2.1.11. loadFromOffset() | Table of Contents | 4.51.2.1.13. saveToFile() |
procedure put(var srcObject:ogSurface; x, y:int32); virtual;Remarks:
Copies the blit to an ogSurface. If necessary, this method will clip the blit to the destination surface.
Pixel conversion will occur if the blit's pixel format is different from the destination surface.
If both the blit and the destination surface are 8BPP, a direct copy will occur instead of doing colour matching.
See also:4.51.2.1.11. loadFromOffset() | Table of Contents | 4.51.2.1.13. saveToFile() |