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::BltFast() ]
[ next: ChangeUniquenessValue() ]
[ prev: Blt() ]
public:
virtual bool __fastcall BltFast( dword pX, dword pY, TDx_DrawSurface* pSrcSurface, TRect* pSrcRect, dword pTrans );
TDX_DRAWSURFACE::BLTFAST()
[ component method ]
- Description
- Parameters
X
The X parameter defines the destination surface X coordinate for the blit.
Y
The Y parameter defines the destination surface Y coordinate for the blit.
SrcSurface
The SrcSurface parameter references the source surface to be blitted from.
SrcRect
The SrcRect parameter references a TRect defining the source rectangle to be blitted from.
Set this parameter to NULL to blit from the whole source surface.
Trans
The Trans parameter defines flags indicating the type of blit to be performed.
The described effect applies when the flag is set.
DDBLTFAST_DESTCOLORKEY
The blit is to be performed using the destination color key.
DDBLTFAST_NOCOLORKEY
The blit is a normal copy blit.
DDBLTFAST_SRCCOLORKEY
The blit is to be performed using the source color key.
DDBLTFAST_WAIT
The blit will wait until it can be set up or an error other than DDERR_WASSTILLDRAWING occurs.
- See Also
- Top
If you would like to submit additions or improvements to this page, click: admin@bcb-tools.com.
|
|