Table of Contents

Class SvgLineSegment

Namespace
Svg.Pathing
Assembly
Svg.dll
public sealed class SvgLineSegment : SvgPathSegment
Inheritance
SvgLineSegment
Inherited Members

Constructors

SvgLineSegment(bool, PointF)

public SvgLineSegment(bool isRelative, PointF end)

Parameters

isRelative bool
end PointF

SvgLineSegment(PointF, PointF)

[Obsolete("Use new constructor.")]
public SvgLineSegment(PointF start, PointF end)

Parameters

start PointF
end PointF

Methods

AddToPath(GraphicsPath)

[Obsolete("Use new AddToPath.")]
public override void AddToPath(GraphicsPath graphicsPath)

Parameters

graphicsPath GraphicsPath

AddToPath(GraphicsPath, PointF, SvgPathSegmentList)

public override PointF AddToPath(GraphicsPath graphicsPath, PointF start, SvgPathSegmentList parent)

Parameters

graphicsPath GraphicsPath
start PointF
parent SvgPathSegmentList

Returns

PointF

ToString()

Returns a string that represents the current object.

public override string ToString()

Returns

string

A string that represents the current object.