Magick.NET-Q8-AnyCPU by Dirk Lemstra

<PackageReference Include="Magick.NET-Q8-AnyCPU" Version="7.2.0" />

.NET API 2,123,832 bytes

 DrawableArc

public sealed class DrawableArc : IDrawable, IDrawingWand
Draws an arc falling within a specified bounding rectangle on the image.
public double EndDegrees { get; set; }

Gets or sets the ending degrees of rotation.

public double EndX { get; set; }

Gets or sets the ending X coordinate of the bounding rectangle.

public double EndY { get; set; }

Gets or sets the ending Y coordinate of the bounding rectangle.

public double StartDegrees { get; set; }

Gets or sets the starting degrees of rotation.

public double StartX { get; set; }

Gets or sets the starting X coordinate of the bounding rectangle.

public double StartY { get; set; }

Gets or sets the starting Y coordinate of the bounding rectangle.

public DrawableArc(double startX, double startY, double endX, double endY, double startDegrees, double endDegrees)

Initializes a new instance of the DrawableArc class.