Click or drag to resize

LwPolylineVertex Class

Represents a LwPolyline vertex.
Inheritance Hierarchy
SystemObject
  DXFReaderNET.EntitiesLwPolylineVertex

Namespace:  DXFReaderNET.Entities
Assembly:  DXFReaderNET (in DXFReaderNET.dll) Version: 20.10.54
Syntax
public class LwPolylineVertex : ICloneable

The LwPolylineVertex type exposes the following members.

Constructors
  NameDescription
Public methodLwPolylineVertex
Initializes a new instance of the LwPolylineVertex class.
Public methodLwPolylineVertex(Vector2)
Initializes a new instance of the LwPolylineVertex class.
Public methodLwPolylineVertex(Double, Double)
Initializes a new instance of the LwPolylineVertex class.
Public methodLwPolylineVertex(Vector2, Double)
Initializes a new instance of the LwPolylineVertex class.
Public methodLwPolylineVertex(Double, Double, Double)
Initializes a new instance of the LwPolylineVertex class.
Top
Properties
  NameDescription
Public propertyBulge
Gets or set the light weight polyline bulge.
Public propertyEndWidth
Gets or sets the light weight polyline end segment width.
Public propertyPosition
Gets or sets the light weight polyline vertex position.
Public propertyStartWidth
Gets or sets the light weight polyline start segment width.
Top
Methods
  NameDescription
Public methodClone
Creates a new LwPolylineVertex that is a copy of the current instance.
Public methodToString
Converts the value of this instance to its equivalent string representation.
(Overrides ObjectToString.)
Public methodToVector2
Return the 2d vector.
Top
See Also