Class PathStatistics
Inheritance
System.Object
PathStatistics
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: Telerik.WinControls.Svg
Assembly: TelerikCommon.dll
Syntax
public class PathStatistics
Constructors
PathStatistics(PathData)
Declaration
public PathStatistics(PathData data)
Parameters
System.Drawing.Drawing2D.PathData
data
|
Properties
TotalLength
Declaration
public double TotalLength { get; }
Property Value
System.Double
|
Methods
LocationAngleAtOffset(Double, out PointF, out Single)
Declaration
public void LocationAngleAtOffset(double offset, out PointF point, out float angle)
Parameters
System.Double
offset
|
System.Drawing.PointF
point
|
System.Single
angle
|
OffsetOnPath(Double)
Declaration
public bool OffsetOnPath(double offset)
Parameters
System.Double
offset
|
Returns
System.Boolean
|