Class LinetypeSimpleSegment
Represents a simple linetype segment.
Implements
System.ICloneable
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: netDxf.Tables
Assembly: CADability.dll
Syntax
public class LinetypeSimpleSegment : LinetypeSegment, ICloneable
Constructors
| Improve this Doc View SourceLinetypeSimpleSegment()
Initializes a new instance of the LinetypeSimpleSegment class.
Declaration
public LinetypeSimpleSegment()
LinetypeSimpleSegment(Double)
Initializes a new instance of the LinetypeSimpleSegment class.
Declaration
public LinetypeSimpleSegment(double length)
Parameters
| Type | Name | Description |
|---|---|---|
| System.Double | length | Dash or space length of the segment. |
Methods
| Improve this Doc View SourceClone()
Creates a new LinetypeSimpleSegment that is a copy of the current instance.
Declaration
public override object Clone()
Returns
| Type | Description |
|---|---|
| System.Object | A new |
Overrides
Implements
System.ICloneable