Class SvgArcSegment
Inheritance
SvgArcSegment
Inherited Members
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
Assembly: Svg.dll
Syntax
public sealed class SvgArcSegment : SvgPathSegment
Constructors
|
Improve this Doc
View Source
SvgArcSegment(PointF, Single, Single, Single, SvgArcSize, SvgArcSweep, PointF)
Declaration
[Obsolete("Use new constructor.")]
public SvgArcSegment(PointF start, float radiusX, float radiusY, float angle, SvgArcSize size, SvgArcSweep sweep, PointF end)
Parameters
|
Improve this Doc
View Source
SvgArcSegment(Single, Single, Single, SvgArcSize, SvgArcSweep, Boolean, PointF)
Declaration
public SvgArcSegment(float radiusX, float radiusY, float angle, SvgArcSize size, SvgArcSweep sweep, bool isRelative, PointF end)
Parameters
Properties
|
Improve this Doc
View Source
Angle
Declaration
public float Angle { get; set; }
Property Value
|
Improve this Doc
View Source
RadiusX
Declaration
public float RadiusX { get; set; }
Property Value
|
Improve this Doc
View Source
RadiusY
Declaration
public float RadiusY { get; set; }
Property Value
|
Improve this Doc
View Source
Size
Declaration
public SvgArcSize Size { get; set; }
Property Value
|
Improve this Doc
View Source
Sweep
Declaration
public SvgArcSweep Sweep { get; set; }
Property Value
Methods
|
Improve this Doc
View Source
AddToPath(GraphicsPath)
Declaration
[Obsolete("Use new AddToPath.")]
public override void AddToPath(GraphicsPath graphicsPath)
Parameters
| Type |
Name |
Description |
| GraphicsPath |
graphicsPath |
|
Overrides
|
Improve this Doc
View Source
AddToPath(GraphicsPath, PointF, SvgPathSegmentList)
Declaration
public override PointF AddToPath(GraphicsPath graphicsPath, PointF start, SvgPathSegmentList parent)
Parameters
Returns
Overrides
|
Improve this Doc
View Source
ToString()
Declaration
public override string ToString()
Returns
| Type |
Description |
| System.String |
|
Overrides
System.Object.ToString()