Class PathStatistics
Inheritance
PathStatistics
Inherited Members
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Svg
Assembly: Svg.dll
Syntax
public class PathStatistics
Constructors
|
Improve this Doc
View Source
PathStatistics(PathData)
Declaration
public PathStatistics(PathData data)
Parameters
| Type |
Name |
Description |
| PathData |
data |
|
Properties
|
Improve this Doc
View Source
TotalLength
Declaration
public double TotalLength { get; }
Property Value
Methods
|
Improve this Doc
View Source
LocationAngleAtOffset(Double, out PointF, out Single)
Declaration
public void LocationAngleAtOffset(double offset, out PointF point, out float angle)
Parameters
|
Improve this Doc
View Source
OffsetOnPath(Double)
Declaration
public bool OffsetOnPath(double offset)
Parameters
| Type |
Name |
Description |
| Double |
offset |
|
Returns