www.BCB-Tools.com
Home of
RAD DirectX
for
C++ Builder
...
...
Please Register
So we can
create more
the TDx_Library
the TDx9_Library
|
TDx_Draw_Library v1.90 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: admin@bcb-tools.com.
|
|