Table of Contents

Class PathStatistics

Namespace
Svg
Assembly
Svg.dll
public class PathStatistics
Inheritance
PathStatistics
Inherited Members

Constructors

PathStatistics(PathData)

public PathStatistics(PathData data)

Parameters

data PathData

Properties

TotalLength

public double TotalLength { get; }

Property Value

double

Methods

LocationAngleAtOffset(double, out PointF, out float)

public void LocationAngleAtOffset(double offset, out PointF point, out float angle)

Parameters

offset double
point PointF
angle float

OffsetOnPath(double)

public bool OffsetOnPath(double offset)

Parameters

offset double

Returns

bool