A region of 2D space.
Hierarchy
System.Object
    WebSupergoo.ImageGlue8.Region
Interfaces
System.IDisposable
#=zvj8TciWh$c43zuUW3IMcP7iGWm69PVVnpMwe7G4=+#=zV6eFKtjHnGlq
Notes

This class is sealed. It cannot be derived from.

Methods
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.
Example

None.