Polygon |
public class PolygonClosedD2D
The PolygonClosedD2D type exposes the following members.
Name | Description | |
---|---|---|
![]() | PolygonClosedD2D(PointD2D, HashSetPointD2D) | Initializes a new instance of the PolygonClosedD2D class |
![]() | PolygonClosedD2D(PolygonClosedD2D, Double) | Initializes a new instance of the PolygonClosedD2D class |
Name | Description | |
---|---|---|
![]() | IsHole | Gets or sets a value indicating whether this polygon is a hole. In this case it belongs to another, outer, polygon. |
![]() | Parent | Gets or sets the parent of this polygon. |
![]() | Points | Gets the points that form the closed polygon. |
![]() | SharpPoints | Gets the points of the polygon which are sharp points. Points of the polygon which are not in this set are considered to be soft points. |
Name | Description | |
---|---|---|
![]() | Equals | Determines whether the specified object is equal to the current object. (Inherited from Object) |
![]() | Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object) |
![]() ![]() | FromPoints | Constructs a new closed polygon from the provided points. It is assumed that no point is sharp. |
![]() | GetHashCode | Serves as the default hash function. (Inherited from Object) |
![]() | GetType | Gets the Type of the current instance. (Inherited from Object) |
![]() | MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object) |
![]() | ToString | Returns a string that represents the current object. (Inherited from Object) |
Name | Description | |
---|---|---|
![]() | _isHole | |
![]() | _points | |
![]() | _sharpPoints |