Main Page   Class Hierarchy   Alphabetical List   Compound List   File List   Compound Members   File Members  

XFcRectangle Class Reference

Defines a rectangle. More...

List of all members.

Public Member Functions

XFCIMPORT XFcRectangle ()
 Default constructor.

XFCIMPORT XFcRectangle (INT32 aX, INT32 aY, INT32 aWidth, INT32 aHeight)
 Constructor that takes the rectangle dimensions as parameters.


Public Attributes

INT32 mX
 X-origin.

INT32 mY
 Y-origin.

INT32 mWidth
 Width.

INT32 mHeight
 Height.


Detailed Description

Defines a rectangle.


Constructor & Destructor Documentation

XFCIMPORT XFcRectangle::XFcRectangle  
 

Default constructor.

XFCIMPORT XFcRectangle::XFcRectangle INT32    aX,
INT32    aY,
INT32    aWidth,
INT32    aHeight
 

Constructor that takes the rectangle dimensions as parameters.


Member Data Documentation

INT32 XFcRectangle::mHeight
 

Height.

INT32 XFcRectangle::mWidth
 

Width.

INT32 XFcRectangle::mX
 

X-origin.

INT32 XFcRectangle::mY
 

Y-origin.


   
X-Forge Documentation
Confidential
Copyright © 2002-2003 Fathammer
   
Documentation generated
with doxygen
by Dimitri van Heesch