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

crs::bounds Struct Reference

structure to hold the bounds of a rectangle - e.g. a control's bounds. More...

#include <cursive.h>

List of all members.

Public Methods

 bounds (unsigned int Left=0, unsigned int Top=0, unsigned int Width=0, unsigned int Height=0)

Public Attributes

unsigned int left
unsigned int top
unsigned int width
unsigned int height


Detailed Description

structure to hold the bounds of a rectangle - e.g. a control's bounds.

Definition at line 19 of file cursive.h.


Constructor & Destructor Documentation

crs::bounds::bounds unsigned int    Left = 0,
unsigned int    Top = 0,
unsigned int    Width = 0,
unsigned int    Height = 0
[inline]
 

Definition at line 21 of file cursive.h.

References height, left, top, and width.


Member Data Documentation

unsigned int crs::bounds::height
 

Definition at line 20 of file cursive.h.

Referenced by bounds().

unsigned int crs::bounds::left
 

Definition at line 20 of file cursive.h.

Referenced by bounds().

unsigned int crs::bounds::top
 

Definition at line 20 of file cursive.h.

Referenced by bounds().

unsigned int crs::bounds::width
 

Definition at line 20 of file cursive.h.

Referenced by bounds().


The documentation for this struct was generated from the following file:
Generated on Mon May 19 20:36:04 2003 for cursive by doxygen1.2.18