Class DrawableEllipse
- Namespace
- ImageMagick
- Assembly
- Magick.NET-Q16-AnyCPU.dll
Draws an ellipse on the image.
public sealed class DrawableEllipse : IDrawableEllipse, IDrawable
- Inheritance
-
DrawableEllipse
- Implements
-
IDrawableEllipseIDrawable
- Inherited Members
Constructors
DrawableEllipse(double, double, double, double, double, double)
Initializes a new instance of the DrawableEllipse class.
public DrawableEllipse(double originX, double originY, double radiusX, double radiusY, double startDegrees, double endDegrees)
Parameters
originX
doubleThe origin X coordinate.
originY
doubleThe origin Y coordinate.
radiusX
doubleThe X radius.
radiusY
doubleThe Y radius.
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
OriginX
Gets or sets the origin X coordinate.
public double OriginX { get; set; }
Property Value
OriginY
Gets or sets the origin X coordinate.
public double OriginY { get; set; }
Property Value
RadiusX
Gets or sets the X radius.
public double RadiusX { get; set; }
Property Value
RadiusY
Gets or sets the Y radius.
public double RadiusY { get; set; }
Property Value
StartDegrees
Gets or sets the starting degrees of rotation.
public double StartDegrees { get; set; }