Previous: 4.51.2.1.4. get() To the Table of Contents Next: 4.51.2.1.6. getBlitMaskSize()
4.51.2.1.4. get() Table of Contents 4.51.2.1.6. getBlitMaskSize()

- 4.51.2.1.5. -
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.5. getBlitMask()


4.51.2.1.5. getBlitMask()

Targets: MS-DOS, Win32 console


ObjGfx40 Unit

Generates a blit mask from the source surface.

Declaration:
  procedure getBlitMask(var srcObject:ogSurface; x1, y1, x2, y2:int32); 
Remarks:

Generates a blit mask from the region defined by the rectangle (x1, y1), (x2, y2). This will not copy any image data from the source surface.

See also:







Previous: 4.51.2.1.4. get() To the Table of Contents Next: 4.51.2.1.6. getBlitMaskSize()
4.51.2.1.4. get() Table of Contents 4.51.2.1.6. getBlitMaskSize()

- 4.51.2.1.5. -