This repository has been archived by the owner on Oct 11, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 407
e6cc3ba2 3463 1250 1a4e 2a438cba25da
haplokuon edited this page May 6, 2023
·
1 revision
netDxf 3.0.0 Library
Represents a Polyline2D vertex.
Namespace: netDxf.Entities
Assembly: netDxf (in netDxf.dll) Version: 3.0.0
C#
public class Polyline2DVertex : ICloneable
VB
Public Class Polyline2DVertex
Implements ICloneable
C++
public ref class Polyline2DVertex : ICloneable
F#
type Polyline2DVertex =
class
interface ICloneable
end
Inheritance | Object → Polyline2DVertex |
Implements | ICloneable |
Polyline2DVertex() | Initializes a new instance of the Polyline2DVertex class. |
Polyline2DVertex(Polyline2DVertex) | Copy constructor. |
Polyline2DVertex(Vector2) | Initializes a new instance of the Polyline2DVertex class. |
Polyline2DVertex(Double, Double) | Initializes a new instance of the Polyline2DVertex class. |
Polyline2DVertex(Vector2, Double) | Initializes a new instance of the Polyline2DVertex class. |
Polyline2DVertex(Double, Double, Double) | Initializes a new instance of the Polyline2DVertex class. |
Bulge | Gets or set the polyline 2D vertex bulge. |
EndWidth | Gets or sets the polyline 2D vertex end segment width. |
Position | Gets or sets the polyline 2D vertex position. |
StartWidth | Gets or sets the polyline 2D vertex start segment width. |
Clone | Creates a new Polyline2DVertex that is a copy of the current instance. |
Equals | Determines whether the specified object is equal to the current object. (Inherited from Object) |
GetHashCode | Serves as the default hash function. (Inherited from Object) |
GetType | Gets the Type of the current instance. (Inherited from Object) |
ToString | Converts the value of this instance to its equivalent string representation. (Overrides Object.ToString()) |