|
|
|
|
|
|
Method
|
|
Description
|
|
|
|
|
|
|
|
Region
|
|
Create a region. If no parameters are supplied the region will
be infinite. |
|
|
|
|
|
|
|
Clone
|
|
Make a copy of this Region. |
|
|
|
|
|
|
|
Dispose
|
|
Release any resources that are held by this object. |
|
|
|
|
|
|
|
GetBounds
|
|
Get the bounds of the region. |
|
|
|
|
|
|
|
Intersect
|
|
Set this region to the intersection of itself and a supplied
graphics path. |
|
|
|
|
|
|
|
IsEmpty
|
|
Returns true if the region is empty - it has no area. |
|
|
|
|
|
|
|
IsInfinite
|
|
Returns true if the region is infinite. |
|
|
|
|
|
|
|
IsVisible
|
|
Determine if a point is visible in the region. |
|
|
|
|
|
|
|
MakeEmpty
|
|
Make the region empty - have no area. |
|
|
|
|
|
|
|
MakeInfinite
|
|
Make the region infinite - have infinite area. |
|
|
|
|
|
|
|
Transform
|
|
Transform the region. |
|
|
|
|
|
|
|
Translate
|
|
Translate the region. |
|
|
|
|
|
|
|
Union
|
|
Set this region to the union of itself and a supplied graphics
path. |
|
|
|
|
|
|