XGraphicsDrawEllipse Method (XPen, XBrush, RectangleF)Terminal Works - PDF Printing.Net Library
Draws an ellipse defined by a bounding rectangle.

Namespace: PdfEdit.Drawing
Assembly: PdfPrintingNet (in PdfPrintingNet.dll) Version: 5.2.1.0 (5.2.1.0)
Syntax

public void DrawEllipse(
	XPen pen,
	XBrush brush,
	RectangleF rect
)

Parameters

pen
Type: PdfEdit.DrawingXPen
brush
Type: PdfEdit.DrawingXBrush
rect
Type: System.DrawingRectangleF
See Also

Reference