Region Class Reference

Inheritance diagram for Region:

GDIObject wxObject IDisposable

List of all members.

Public Member Functions

 this (IntPtr wxobj)
 this ()
 this (int x, int y, int w, int h)
 this (Point topLeft, Point bottomRight)
 this (Rectangle rect)
 version (__WXMAC__)
else this (Point[] points, int fillStyle)
 this (Bitmap bmp, Colour transColour, int tolerance)
 this (Region reg)
void Clear ()
 version (__WXMAC__)
else bool Offset (int x, int y)
bool Union (int x, int y, int width, int height)
bool Union (Rectangle rect)
bool Union (Region reg)
bool Union (Bitmap bmp, Colour transColour, int tolerance)
bool Intersect (int x, int y, int width, int height)
bool Intersect (Rectangle rect)
bool Intersect (Region region)
bool Subtract (int x, int y, int width, int height)
bool Subtract (Rectangle rect)
bool Subtract (Region region)
bool Xor (int x, int y, int width, int height)
bool Xor (Rectangle rect)
bool Xor (Region region)
RegionContain Contains (int x, int y)
RegionContain Contains (Point pt)
RegionContain Contains (int x, int y, int width, int height)
RegionContain Contains (Rectangle rect)
Rectangle GetBox ()
bool IsEmpty ()
Bitmap ConvertToBitmap ()


Constructor & Destructor Documentation

this ( IntPtr  wxobj  ) 

Reimplemented from GDIObject.

this (  ) 

this ( int  x,
int  y,
int  w,
int  h 
)

this ( Point  topLeft,
Point  bottomRight 
)

this ( Rectangle  rect  ) 

else this ( Point[]  points,
int  fillStyle 
)

this ( Bitmap  bmp,
Colour  transColour,
int  tolerance 
)

this ( Region  reg  ) 


Member Function Documentation

version ( __WXMAC__   ) 

void Clear (  ) 

version ( __WXMAC__   ) 

else bool Offset ( int  x,
int  y 
)

bool Union ( int  x,
int  y,
int  width,
int  height 
)

bool Union ( Rectangle  rect  ) 

bool Union ( Region  reg  ) 

bool Union ( Bitmap  bmp,
Colour  transColour,
int  tolerance 
)

bool Intersect ( int  x,
int  y,
int  width,
int  height 
)

bool Intersect ( Rectangle  rect  ) 

bool Intersect ( Region  region  ) 

bool Subtract ( int  x,
int  y,
int  width,
int  height 
)

bool Subtract ( Rectangle  rect  ) 

bool Subtract ( Region  region  ) 

bool Xor ( int  x,
int  y,
int  width,
int  height 
)

bool Xor ( Rectangle  rect  ) 

bool Xor ( Region  region  ) 

RegionContain Contains ( int  x,
int  y 
)

RegionContain Contains ( Point  pt  ) 

RegionContain Contains ( int  x,
int  y,
int  width,
int  height 
)

RegionContain Contains ( Rectangle  rect  ) 

Rectangle GetBox (  ) 

bool IsEmpty (  ) 

Bitmap ConvertToBitmap (  ) 


The documentation for this class was generated from the following file:
Generated on Sun Feb 1 21:30:28 2009 for wxD by  doxygen 1.5.4