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
start
PointFradiusX
floatradiusY
floatangle
floatsize
SvgArcSizesweep
SvgArcSweepend
PointF
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
radiusX
floatradiusY
floatangle
floatsize
SvgArcSizesweep
SvgArcSweepisRelative
boolend
PointF
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
graphicsPath
GraphicsPath
AddToPath(GraphicsPath, PointF, SvgPathSegmentList)
public override PointF AddToPath(GraphicsPath graphicsPath, PointF start, SvgPathSegmentList parent)
Parameters
graphicsPath
GraphicsPathstart
PointFparent
SvgPathSegmentList
Returns
ToString()
Returns a string that represents the current object.
public override string ToString()
Returns
- string
A string that represents the current object.