Skip to main content

Class Path.PathSegment

Namespace: Aurigma.DesignAtoms.Model.Math
Assembly: Aurigma.DesignAtoms.Model.dll
Syntax
public class PathSegment : ICloneable

Inheritance: System.Object -> Path.PathSegment

Implements

  • System.ICloneable

Inherited Members

  • System.Object.ToString
  • System.Object.Equals(System.Object)
  • System.Object.Equals(System.Object,System.Object)
  • System.Object.ReferenceEquals(System.Object,System.Object)
  • System.Object.GetHashCode
  • System.Object.GetType
  • System.Object.MemberwiseClone

Constructors

PathSegment

public PathSegment(string name, List<PointF> points)

Properties

Name

public string Name { get; }

Points

public List<PointF> Points { get; }

Methods

Clone

public object Clone()
Returns

System.Object

Equals

public bool Equals(Path.PathSegment obj, double tolerance = 0.0001)
Parameters
TypeNameDescription
Aurigma.DesignAtoms.Model.Math.Path.PathSegmentobj
System.Doubletolerance
Returns

System.Boolean

ToSvgString

public void ToSvgString(StringBuilder sb)
Parameters
TypeNameDescription
System.Text.StringBuildersb
Was this page helpful?