Name | Description | |
---|---|---|
![]() | NRegion Constructor |
The following tables list the members exposed by NRegion.
Name | Description | |
---|---|---|
![]() | NRegion Constructor |
Name | Description | |
---|---|---|
![]() | Bounds | Gets the bounding renctangle of this clip. |
![]() ![]() | Empty | The empty region |
![]() | IsEmpty | Returns true if the clip is empty |
Name | Description | |
---|---|---|
![]() | Contains | Determines whether this region contains the specified point. |
![]() | DeepClone | Overridden. Creates a deep copy of this object. |
![]() | ExclusiveOr | Performs exclusive OR operation on this region and the specified other region and returns the resulting region. |
![]() ![]() | FromPath | Creates a new region from the specified path. |
![]() ![]() | FromQuadrangle | Creates a new region from the specified quadrangle. |
![]() ![]() | FromRectangle | Creates a new region from the specified rectangle |
![]() ![]() | FromTriangle | Creates a new region from the specified triangle. |
![]() | GetPath | Gets the path that represents the outline of this region closed area. |
![]() | Intersect | Intersects this region with the specified other region and returns the resulting region. |
![]() | IntersectsWith | Returns true if this region interesects with the specified other region |
![]() | Subtract | Subtracts the specified region from this region and returns the resulting region. |
![]() | Union | Computes the union of this region with the specified other region and returns the resulting region. |