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::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: darren_john_dwyer@hotmail.com.
|
|