Class SvgPathSegment
public abstract class SvgPathSegment
- Inheritance
-
SvgPathSegment
- Derived
- Inherited Members
Constructors
SvgPathSegment(bool)
protected SvgPathSegment(bool isRelative)
Parameters
isRelative
bool
SvgPathSegment(bool, PointF)
protected SvgPathSegment(bool isRelative, PointF end)
Parameters
Fields
NaN
protected static readonly PointF NaN
Field Value
Properties
End
public PointF End { get; set; }
Property Value
IsRelative
public bool IsRelative { get; set; }
Property Value
Start
[Obsolete("Will be removed.")]
public PointF Start { get; set; }
Property Value
Methods
AddToPath(GraphicsPath)
[Obsolete("Use new AddToPath.")]
public abstract void AddToPath(GraphicsPath graphicsPath)
Parameters
graphicsPath
GraphicsPath
AddToPath(GraphicsPath, PointF, SvgPathSegmentList)
public abstract PointF AddToPath(GraphicsPath graphicsPath, PointF start, SvgPathSegmentList parent)
Parameters
graphicsPath
GraphicsPathstart
PointFparent
SvgPathSegmentList
Returns
Clone()
public SvgPathSegment Clone()
Returns
Reflect(PointF, PointF)
protected static PointF Reflect(PointF point, PointF mirror)
Parameters
Returns
ToAbsolute(PointF, bool, PointF)
protected static PointF ToAbsolute(PointF point, bool isRelative, PointF start)