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.ToStringSystem.Object.Equals(System.Object)System.Object.Equals(System.Object,System.Object)System.Object.ReferenceEquals(System.Object,System.Object)System.Object.GetHashCodeSystem.Object.GetTypeSystem.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
| Type | Name | Description |
|---|---|---|
| Aurigma.DesignAtoms.Model.Math.Path.PathSegment | obj | |
System.Double | tolerance |
Returns
System.Boolean
ToSvgString
public void ToSvgString(StringBuilder sb)
Parameters
| Type | Name | Description |
|---|---|---|
System.Text.StringBuilder | sb |