[Previous] [Next] [Up] [Home] S3D Pascal Bindings

S3DTK_BitBlt

Copy a rectangular area from one surface to another.

Method of:

TS3DTK_FUNCTION_LIST

Syntax:

S3DTK_BitBlt: function(
  pFuncStruct: Pointer;
  pDestSurface: TS3DTK_LPSURFACE;
  pDestRect: TS3DTK_LPRECTAREA;
  pSrcSurface: TS3DTK_LPSURFACE;
  pSrcRect: TS3DTK_LPRECTAREA): ULONG; cdecl;

Parameters:

Returns:

S3DTK_OK if successful, S3DTK_ERR otherwise.

Limitations:

Both surfaces must have the same pixel format and size. Also the destination surface must be in video memory.

Unit: S3DTK

See Also:

S3DTK_BitBltTransparent (in TS3DTK_FUNCTION_LIST)


[Previous] [Next] [Up] [Home] S3D Pascal Bindings