Search Results for

    Show / Hide Table of Contents

    Class SvgPathSegment

    Inheritance
    Object
    SvgPathSegment
    SvgArcSegment
    SvgClosePathSegment
    SvgCubicCurveSegment
    SvgLineSegment
    SvgMoveToSegment
    SvgQuadraticCurveSegment
    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.Pathing
    Assembly: Svg.dll
    Syntax
    public abstract class SvgPathSegment

    Constructors

    | Improve this Doc View Source

    SvgPathSegment(Boolean)

    Declaration
    protected SvgPathSegment(bool isRelative)
    Parameters
    Type Name Description
    Boolean isRelative
    | Improve this Doc View Source

    SvgPathSegment(Boolean, PointF)

    Declaration
    protected SvgPathSegment(bool isRelative, PointF end)
    Parameters
    Type Name Description
    Boolean isRelative
    PointF end

    Fields

    | Improve this Doc View Source

    NaN

    Declaration
    protected static readonly PointF NaN
    Field Value
    Type Description
    PointF

    Properties

    | Improve this Doc View Source

    End

    Declaration
    public PointF End { get; set; }
    Property Value
    Type Description
    PointF
    | Improve this Doc View Source

    IsRelative

    Declaration
    public bool IsRelative { get; set; }
    Property Value
    Type Description
    Boolean
    | Improve this Doc View Source

    Start

    Declaration
    [Obsolete("Will be removed.")]
    public PointF Start { get; set; }
    Property Value
    Type Description
    PointF

    Methods

    | Improve this Doc View Source

    AddToPath(GraphicsPath)

    Declaration
    [Obsolete("Use new AddToPath.")]
    public abstract void AddToPath(GraphicsPath graphicsPath)
    Parameters
    Type Name Description
    GraphicsPath graphicsPath
    | Improve this Doc View Source

    AddToPath(GraphicsPath, PointF, SvgPathSegmentList)

    Declaration
    public abstract PointF AddToPath(GraphicsPath graphicsPath, PointF start, SvgPathSegmentList parent)
    Parameters
    Type Name Description
    GraphicsPath graphicsPath
    PointF start
    SvgPathSegmentList parent
    Returns
    Type Description
    PointF
    | Improve this Doc View Source

    Clone()

    Declaration
    public SvgPathSegment Clone()
    Returns
    Type Description
    SvgPathSegment
    | Improve this Doc View Source

    Reflect(PointF, PointF)

    Declaration
    protected static PointF Reflect(PointF point, PointF mirror)
    Parameters
    Type Name Description
    PointF point
    PointF mirror
    Returns
    Type Description
    PointF
    | Improve this Doc View Source

    ToAbsolute(PointF, Boolean, PointF)

    Declaration
    protected static PointF ToAbsolute(PointF point, bool isRelative, PointF start)
    Parameters
    Type Name Description
    PointF point
    Boolean isRelative
    PointF start
    Returns
    Type Description
    PointF
    • Improve this Doc
    • View Source
    In This Article
    Back to top Generated by DocFX