Class DrawableArc
- Namespace
- ImageMagick
- Assembly
- Magick.NET-Q16-AnyCPU.dll
Draws an arc falling within a specified bounding rectangle on the image.
public sealed class DrawableArc : IDrawableArc, IDrawable
- Inheritance
-
DrawableArc
- Implements
-
IDrawableArcIDrawable
- Inherited Members
Constructors
DrawableArc(double, double, double, double, double, double)
Initializes a new instance of the DrawableArc class.
public DrawableArc(double startX, double startY, double endX, double endY, double startDegrees, double endDegrees)
Parameters
startX
doubleThe starting X coordinate of the bounding rectangle.
startY
doubleThe starting Y coordinate of thebounding rectangle.
endX
doubleThe ending X coordinate of the bounding rectangle.
endY
doubleThe ending Y coordinate of the bounding rectangle.
startDegrees
doubleThe starting degrees of rotation.
endDegrees
doubleThe ending degrees of rotation.
Properties
EndDegrees
Gets or sets the ending degrees of rotation.
public double EndDegrees { get; set; }
Property Value
EndX
Gets or sets the ending X coordinate of the bounding rectangle.
public double EndX { get; set; }
Property Value
EndY
Gets or sets the ending Y coordinate of the bounding rectangle.
public double EndY { get; set; }
Property Value
StartDegrees
Gets or sets the starting degrees of rotation.
public double StartDegrees { get; set; }
Property Value
StartX
Gets or sets the starting X coordinate of the bounding rectangle.
public double StartX { get; set; }
Property Value
StartY
Gets or sets the starting Y coordinate of the bounding rectangle.
public double StartY { get; set; }