Class SvgPathSegment
Inheritance
SvgPathSegment
Inherited Members
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Assembly: Svg.dll
Syntax
public abstract class SvgPathSegment
Constructors
|
Improve this Doc
View Source
SvgPathSegment(Boolean)
Declaration
protected SvgPathSegment(bool isRelative)
Parameters
| Type |
Name |
Description |
| Boolean |
isRelative |
|
|
Improve this Doc
View Source
SvgPathSegment(Boolean, PointF)
Declaration
protected SvgPathSegment(bool isRelative, PointF end)
Parameters
Fields
|
Improve this Doc
View Source
NaN
Declaration
protected static readonly PointF NaN
Field Value
Properties
|
Improve this Doc
View Source
End
Declaration
public PointF End { get; set; }
Property Value
|
Improve this Doc
View Source
IsRelative
Declaration
public bool IsRelative { get; set; }
Property Value
|
Improve this Doc
View Source
Start
Declaration
[Obsolete("Will be removed.")]
public PointF Start { get; set; }
Property Value
Methods
|
Improve this Doc
View Source
AddToPath(GraphicsPath)
Declaration
[Obsolete("Use new AddToPath.")]
public abstract void AddToPath(GraphicsPath graphicsPath)
Parameters
| Type |
Name |
Description |
| GraphicsPath |
graphicsPath |
|
|
Improve this Doc
View Source
AddToPath(GraphicsPath, PointF, SvgPathSegmentList)
Declaration
public abstract PointF AddToPath(GraphicsPath graphicsPath, PointF start, SvgPathSegmentList parent)
Parameters
Returns
|
Improve this Doc
View Source
Clone()
Declaration
public SvgPathSegment Clone()
Returns
|
Improve this Doc
View Source
Reflect(PointF, PointF)
Declaration
protected static PointF Reflect(PointF point, PointF mirror)
Parameters
Returns
|
Improve this Doc
View Source
ToAbsolute(PointF, Boolean, PointF)
Declaration
protected static PointF ToAbsolute(PointF point, bool isRelative, PointF start)
Parameters
Returns