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

S3DTK_RectFill

Fill a rectangular area in video memory with the given value.

Method of:

TS3DTK_FUNCTION_LIST

Syntax:

S3DTK_RectFill: function(
  pFuncStruct: Pointer;
  pDestSurface: TS3DTK_LPSURFACE;
  pDestRect: TS3DTK_LPRECTAREA;
  FillPattern: ULONG

Parameters:

Returns:

S3DTK_OK if successful, S3DTK_ERR otherwise.

Description:

This can be used to clear the draw buffer and zbuffer or fill parts of them.

Unit: S3DTK


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