Previous: 4.51.2.1.5. getBlitMask() To the Table of Contents Next: 4.51.2.1.7. getBlitWithMask()
4.51.2.1.5. getBlitMask() Table of Contents 4.51.2.1.7. getBlitWithMask()

- 4.51.2.1.6. -
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.6. getBlitMaskSize()


4.51.2.1.6. getBlitMaskSize()

Targets: MS-DOS, Win32 console


ObjGfx40 Unit

Retrieves the size of the blitMask.

Declaration:
 function getBlitMaskSize:uInt32; 
Remarks:

The blit mask is what defines the geometry of the blit image and is contained separately from the image data. This method will return the size that the mask takes up.

Returns:

Size of the blit mask in bytes, or 0 if no blit mask data.

See also:







Previous: 4.51.2.1.5. getBlitMask() To the Table of Contents Next: 4.51.2.1.7. getBlitWithMask()
4.51.2.1.5. getBlitMask() Table of Contents 4.51.2.1.7. getBlitWithMask()

- 4.51.2.1.6. -