Class Path.PathSegment
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()
Namespace: Aurigma.DesignAtoms.Model.Math
Assembly: Aurigma.DesignAtoms.Model.dll
Syntax
public class PathSegment : ICloneable
Constructors
PathSegment(String, List<PointF>)
Declaration
public PathSegment(string name, List<PointF> points)
Parameters
| Type | Name | Description |
|---|---|---|
| System.String | name | |
| System.Collections.Generic.List<PointF> | points |
Properties
Name
Declaration
public string Name { get; }
Property Value
| Type | Description |
|---|---|
| System.String |
Points
Declaration
public List<PointF> Points { get; }
Property Value
| Type | Description |
|---|---|
| System.Collections.Generic.List<PointF> |
Methods
Clone()
Declaration
public object Clone()
Returns
| Type | Description |
|---|---|
| System.Object |
Equals(Path.PathSegment, Double)
Declaration
public bool Equals(Path.PathSegment obj, double tolerance = 0.0001)
Parameters
| Type | Name | Description |
|---|---|---|
| Path.PathSegment | obj | |
| System.Double | tolerance |
Returns
| Type | Description |
|---|---|
| System.Boolean |
ToSvgString(StringBuilder)
Declaration
public void ToSvgString(StringBuilder sb)
Parameters
| Type | Name | Description |
|---|---|---|
| System.Text.StringBuilder | sb |
Implements
System.ICloneable