Returns information about a cybergraphics bitmap
Source position: cybergraphics.pas line 230
function GetCyberMapAttr( |
CyberGfxBitmap: pBitMap; |
CyberAttrTag: LongWord |
):LongWord; |
CyberAttrTag |
|
A number telling cybergraphics which attribute of the bitmap should be returned |
Value described by CyberAttrTag
Gets information about an extended cybergraphics bitmap. This function should be used instead of making any assumptions about fields in the bitmap structure. This will provide future compatibility.
You should know what you are doing if you call this function! Always use the CYBRMATTR_ISCYBERGFX attribute first to check if the bitmap is a CyberGraphX one.
Available CyberAttrTag
Unknown attributes are reserved for future use, and return ($FFFFFFFF).