Search Results for

    Show / Hide Table of Contents

    Class PathStatistics

    Inheritance
    Object
    PathStatistics
    Inherited Members
    Object.Equals(Object)
    Object.Equals(Object, Object)
    Object.GetHashCode()
    Object.GetType()
    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
    Type Description
    Double

    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
    Type Name Description
    Double offset
    PointF point
    Single angle
    | Improve this Doc View Source

    OffsetOnPath(Double)

    Declaration
    public bool OffsetOnPath(double offset)
    Parameters
    Type Name Description
    Double offset
    Returns
    Type Description
    Boolean
    • Improve this Doc
    • View Source
    In This Article
    Back to top Generated by DocFX