IRegion Interface Methods
In This Topic
For a list of all methods of this type, see
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