[]
Represents Region
public sealed class RegionEx
| Name | Description |
|---|---|
| RegionEx() |
| Name | Description |
|---|---|
| Entities |
| Name | Description |
|---|---|
| Clone() | Clones a given region. |
| CreateRegion() | Creates empty region. |
| CreateRegion(PathEx) | Creates new Region that consists from path. |
| CreateRegion(RectangleF) | Creates new Region that consists from one rectangle. |
| Exclude(PathEx) | |
| Exclude(RegionEx) | |
| Exclude(RectangleF) | |
| GetBounds() | |
| Intersect(PathEx) | |
| Intersect(RegionEx) | |
| Intersect(RectangleF) | |
| IsVisible(PointF) | |
| Transform(Matrix3x2) | |
| Union(PathEx) | |
| Union(RegionEx) | |
| Union(RectangleF) | Adds Rectangle to a given region. |