Click or drag to resize

PolygonClosedD2D Class

Implementation of a closed polygon in 2D space.
Inheritance Hierarchy
SystemObject
  Altaxo.GeometryPolygonClosedD2D

Namespace: Altaxo.Geometry
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public class PolygonClosedD2D

The PolygonClosedD2D type exposes the following members.

Constructors
 NameDescription
Public methodPolygonClosedD2D(PointD2D, HashSetPointD2D)Initializes a new instance of the PolygonClosedD2D class
Public methodPolygonClosedD2D(PolygonClosedD2D, Double)Initializes a new instance of the PolygonClosedD2D class
Top
Properties
 NameDescription
Public propertyIsHole Gets or sets a value indicating whether this polygon is a hole. In this case it belongs to another, outer, polygon.
Public propertyParent Gets or sets the parent of this polygon.
Public propertyPoints Gets the points that form the closed polygon.
Public propertySharpPoints 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.
Top
Methods
 NameDescription
Public methodEqualsDetermines whether the specified object is equal to the current object.
(Inherited from Object)
Protected methodFinalizeAllows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object)
Public methodStatic memberFromPoints Constructs a new closed polygon from the provided points. It is assumed that no point is sharp.
Public methodGetHashCodeServes as the default hash function.
(Inherited from Object)
Public methodGetTypeGets the Type of the current instance.
(Inherited from Object)
Protected methodMemberwiseCloneCreates a shallow copy of the current Object.
(Inherited from Object)
Public methodToStringReturns a string that represents the current object.
(Inherited from Object)
Top
Fields
 NameDescription
Protected field_isHole 
Protected field_points 
Protected field_sharpPoints 
Top
See Also