Table of Contents

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
IDrawableArc
IDrawable
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 double

The starting X coordinate of the bounding rectangle.

startY double

The starting Y coordinate of thebounding rectangle.

endX double

The ending X coordinate of the bounding rectangle.

endY double

The ending Y coordinate of the bounding rectangle.

startDegrees double

The starting degrees of rotation.

endDegrees double

The ending degrees of rotation.

Properties

EndDegrees

Gets or sets the ending degrees of rotation.

public double EndDegrees { get; set; }

Property Value

double

EndX

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

public double EndX { get; set; }

Property Value

double

EndY

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

public double EndY { get; set; }

Property Value

double

StartDegrees

Gets or sets the starting degrees of rotation.

public double StartDegrees { get; set; }

Property Value

double

StartX

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

public double StartX { get; set; }

Property Value

double

StartY

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

public double StartY { get; set; }

Property Value

double