Previous: 4.51.2.1.11. loadFromOffset() To the Table of Contents Next: 4.51.2.1.13. saveToFile()
4.51.2.1.11. loadFromOffset() Table of Contents 4.51.2.1.13. saveToFile()

- 4.51.2.1.12. -
Table of Contents
4. Standard Units
4.51. ObjGfx40 - ObjectGraphics 4.0 Unit
4.51.2. ObjGfx40 Unit Object Types
4.51.2.1. ogBlit object
4.51.2.1.12. put()


4.51.2.1.12. put()

Targets: MS-DOS, Win32 console


ObjGfx40 Unit

Copies the blit to an ogSurface.

Declaration:
  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:







Previous: 4.51.2.1.11. loadFromOffset() To the Table of Contents Next: 4.51.2.1.13. saveToFile()
4.51.2.1.11. loadFromOffset() Table of Contents 4.51.2.1.13. saveToFile()

- 4.51.2.1.12. -