Name | Description | |
---|---|---|
![]() | Bounds | Gets the bounding renctangle of this clip. |
![]() ![]() | Empty | The empty region |
![]() | IsEmpty | Returns true if the clip is empty |
![]() | IsSealed | Gets whether this graphics object is sealed. (Inherited from Nevron.Nov.Graphics.NSealableObject) |
The following tables list the members exposed by NRegion.
Name | Description | |
---|---|---|
![]() | Bounds | Gets the bounding renctangle of this clip. |
![]() ![]() | Empty | The empty region |
![]() | IsEmpty | Returns true if the clip is empty |
![]() | IsSealed | Gets whether this graphics object is sealed. (Inherited from Nevron.Nov.Graphics.NSealableObject) |
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 |
![]() | Seal | Seals this graphics object. Further attempts to modify the object throw an exception. (Inherited from Nevron.Nov.Graphics.NSealableObject) |
![]() | 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. |
Name | Description | |
---|---|---|
![]() | CanSeal | Overridden. Determines whether this object can be sealed. |
![]() | OnSealed | Called when the object is sealed (Inherited from Nevron.Nov.Graphics.NSealableObject) |