Table of Contents

Class SvgMoveToSegment

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

Constructors

SvgMoveToSegment(bool, PointF)

public SvgMoveToSegment(bool isRelative, PointF moveTo)

Parameters

isRelative bool
moveTo PointF

SvgMoveToSegment(PointF)

[Obsolete("Use new constructor.")]
public SvgMoveToSegment(PointF moveTo)

Parameters

moveTo 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.