Click or drag to resize

CanvasDrawEllipse Method (Rectangle, AtalaPen, Fill)

Draws an ellipse onto this canvas specifying the border pen and Fill.
Draws an ellipse onto this canvas.

Namespace:  Atalasoft.Imaging.Drawing
Assembly:  Atalasoft.dotImage (in Atalasoft.dotImage.dll) Version: 11.4.0.9.0.377 (.NET 4.5.2, x86)
Syntax
public void DrawEllipse(
	Rectangle rect,
	AtalaPen pen,
	Fill fill
)

Parameters

rect
Type: System.DrawingRectangle
The bounding rectangle of the ellipse.
pen
Type: Atalasoft.Imaging.DrawingAtalaPen
The AtalaPen controlling the border characteristics.
fill
Type: Atalasoft.Imaging.DrawingFill
The Fill specifying the fill characteristics.
See Also