Bink SDK 1.5v

BINKRECT

The structure BINKRECT is a structure describing a rectangular area.

struct BINKRECT
{
  S32 Left;
  S32 Top;
  S32 Width;
  S32 Height;
};

Out Members

Left
Specifies the left coordinate (zero-based).
Top
Specifies the top coordinate (zero-based).
Width
Specifies the width of the rectangle (one-based).
Height
Specifies the height of the rectangle (one-based).


Group: Basic Types
Related Basic Types: S32

For technical support, e-mail Bink1@radgametools.com
© Copyright 1994-2003 RAD Game Tools, Inc. All Rights Reserved.