Welcome to
www.tdxlibrary.org
Home of the
the TDx_Library...
"RAD DirectX"
for
C++ Builder
...
|
TDx_Draw_Library v2.00 Component Reference
|
|
[ TDx_DrawSurface::GetColorKey() ]
[ next: GetDC() ]
[ prev: GetClipper() ]
public:
virtual bool __fastcall GetColorKey( dword pFlags, TDDColorKey* pColorKey );
TDX_DRAWSURFACE::GETCOLORKEY()
[ component method ]
- Description
- Parameters
Flags
The Flags parameter defines flags indicating which color key is being requested.
The described effect applies when the flag is set.
DDCKEY_DESTBLT
Retrieve the destination color key for blits.
DDCKEY_DESTOVERLAY
Retrieve the destination color key for overlays.
DDCKEY_SRCBLT
Retrieve the source color key for blits.
DDCKEY_SRCOVERLAY
Retrieve the source color key for overlays.
ColorKey
The ColorKey parameter references a TDDColorKey component which will hold the specified color key information if this method returns successfully.
- See Also
- Top
If you would like to submit additions or improvements to this page, click: darren_john_dwyer@hotmail.com.
|
|