Class SvgArcSegment
public sealed class SvgArcSegment : SvgPathSegment
- Inheritance
-
SvgArcSegment
- Inherited Members
Constructors
SvgArcSegment(PointF, float, float, float, SvgArcSize, SvgArcSweep, PointF)
[Obsolete("Use new constructor.")]
public SvgArcSegment(PointF start, float radiusX, float radiusY, float angle, SvgArcSize size, SvgArcSweep sweep, PointF end)
Parameters
startPointFradiusXfloatradiusYfloatanglefloatsizeSvgArcSizesweepSvgArcSweependPointF
SvgArcSegment(float, float, float, SvgArcSize, SvgArcSweep, bool, PointF)
public SvgArcSegment(float radiusX, float radiusY, float angle, SvgArcSize size, SvgArcSweep sweep, bool isRelative, PointF end)
Parameters
radiusXfloatradiusYfloatanglefloatsizeSvgArcSizesweepSvgArcSweepisRelativeboolendPointF
Properties
Angle
public float Angle { get; set; }
Property Value
RadiusX
public float RadiusX { get; set; }
Property Value
RadiusY
public float RadiusY { get; set; }
Property Value
Size
public SvgArcSize Size { get; set; }
Property Value
Sweep
public SvgArcSweep Sweep { get; set; }
Property Value
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.