Show / Hide Table of Contents

Class LinetypeSimpleSegment

Represents a simple linetype segment.

Inheritance
System.Object
LinetypeSegment
LinetypeSimpleSegment
Implements
System.ICloneable
Inherited Members
LinetypeSegment.Type
LinetypeSegment.Length
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 Source

LinetypeSimpleSegment()

Initializes a new instance of the LinetypeSimpleSegment class.

Declaration
public LinetypeSimpleSegment()
| Improve this Doc View Source

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 Source

Clone()

Creates a new LinetypeSimpleSegment that is a copy of the current instance.

Declaration
public override object Clone()
Returns
Type Description
System.Object

A new LinetypeSimpleSegment that is a copy of this instance.

Overrides
LinetypeSegment.Clone()

Implements

System.ICloneable
  • Improve this Doc
  • View Source
In This Article
Back to top Generated by DocFX