IRegion Interface Members
In This Topic
The following tables list the members exposed by
IRegion.
Public Methods
| Name | Description |
 | Combine | Overloaded. Combines this region with the specified region. |
 | GetBounds | Returns a rectangle that bounds this region. |
 | GetRegionScans | Returns an array of System.Drawing.RectangleF structures that approximate this region after the specified matrix transformation is applied. |
 | IsVisible | Overloaded. Tests whether the specified structure is contained within this region. |
 | MakeEmpty | Initializes this region to an empty interior. |
 | MakeInfinite | Initializes this region object to an infinite interior. |
 | Transform | Applies a transform matrix to this region. |
See Also