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 () |
this | ( | IntPtr | wxobj | ) |
Reimplemented from GDIObject.
this | ( | ) |
this | ( | int | x, | |
int | y, | |||
int | w, | |||
int | h | |||
) |
this | ( | Rectangle | rect | ) |
else this | ( | Point[] | points, | |
int | fillStyle | |||
) |
this | ( | Region | reg | ) |
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 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 | ( | ) |