Class SvgClosePathSegment
public sealed class SvgClosePathSegment : SvgPathSegment
- Inheritance
-
SvgClosePathSegment
- Inherited Members
Constructors
SvgClosePathSegment()
[Obsolete("Use new constructor.")]
public SvgClosePathSegment()
SvgClosePathSegment(bool)
public SvgClosePathSegment(bool isRelative)
Parameters
isRelativebool
Methods
AddToPath(GraphicsPath)
[Obsolete("Use new AddToPath.")]
public override void AddToPath(GraphicsPath graphicsPath)
Parameters
graphicsPathGraphicsPath
AddToPath(GraphicsPath, PointF, SvgPathSegmentList)
public override PointF AddToPath(GraphicsPath graphicsPath, PointF start, SvgPathSegmentList parent)
Parameters
graphicsPathGraphicsPathstartPointFparentSvgPathSegmentList
Returns
ToString()
Returns a string that represents the current object.
public override string ToString()
Returns
- string
A string that represents the current object.