Class SvgMoveToSegment
Inheritance
SvgMoveToSegment
Inherited Members
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
Assembly: Svg.dll
Syntax
public sealed class SvgMoveToSegment : SvgPathSegment
Constructors
|
Improve this Doc
View Source
SvgMoveToSegment(Boolean, PointF)
Declaration
public SvgMoveToSegment(bool isRelative, PointF moveTo)
Parameters
|
Improve this Doc
View Source
SvgMoveToSegment(PointF)
Declaration
[Obsolete("Use new constructor.")]
public SvgMoveToSegment(PointF moveTo)
Parameters
| Type |
Name |
Description |
| PointF |
moveTo |
|
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
|
Improve this Doc
View Source
AddToPath(GraphicsPath, PointF, SvgPathSegmentList)
Declaration
public override PointF AddToPath(GraphicsPath graphicsPath, PointF start, SvgPathSegmentList parent)
Parameters
Returns
Overrides
|
Improve this Doc
View Source
ToString()
Declaration
public override string ToString()
Returns
| Type |
Description |
| System.String |
|
Overrides
System.Object.ToString()