Prev Top Next
Name

KXL_Rect -- Defines a rectangular area.

Structure Definition
typedef struct {
  Sint16 Left, Top;
  Uint16 Width, Height;
} KXL_Rect;

Structure data
Left, TopPosition of the upper-left corner of the rectangle
Width, HeightThe width and height of the rectangle

Description
It is used by KXL_ReSizeFrame KXL_UpDateRect KXL_UpDate KXL_ClearFrameRect KXL_ClearFrame KXL_CopyImageRect KXL_CopyImage KXL_CopyStretchImageRect KXL_PutImageRect KXL_PutRectImage KXL_PutStretchImageRect KXL_DirectionAdd KXL_RectIntersect