Search Results for

    Show / Hide Table of Contents

    Class SvgLineSegment

    Inheritance
    Object
    SvgPathSegment
    SvgLineSegment
    Inherited Members
    SvgPathSegment.NaN
    SvgPathSegment.IsRelative
    SvgPathSegment.End
    SvgPathSegment.Clone()
    SvgPathSegment.Start
    SvgPathSegment.Reflect(PointF, PointF)
    SvgPathSegment.ToAbsolute(PointF, Boolean, PointF)
    Object.Equals(Object)
    Object.Equals(Object, Object)
    Object.GetHashCode()
    Object.GetType()
    System.Object.MemberwiseClone()
    System.Object.ReferenceEquals(System.Object, System.Object)
    Namespace: Svg.Pathing
    Assembly: Svg.dll
    Syntax
    public sealed class SvgLineSegment : SvgPathSegment

    Constructors

    | Improve this Doc View Source

    SvgLineSegment(Boolean, PointF)

    Declaration
    public SvgLineSegment(bool isRelative, PointF end)
    Parameters
    Type Name Description
    Boolean isRelative
    PointF end
    | Improve this Doc View Source

    SvgLineSegment(PointF, PointF)

    Declaration
    [Obsolete("Use new constructor.")]
    public SvgLineSegment(PointF start, PointF end)
    Parameters
    Type Name Description
    PointF start
    PointF end

    Methods

    | Improve this Doc View Source

    AddToPath(GraphicsPath)

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

    AddToPath(GraphicsPath, PointF, SvgPathSegmentList)

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

    ToString()

    Declaration
    public override string ToString()
    Returns
    Type Description
    System.String
    Overrides
    System.Object.ToString()
    • Improve this Doc
    • View Source
    In This Article
    Back to top Generated by DocFX