Skip to main content

GraphicsCache.DrawEllipse(Pen, RectangleF) Method

Draws an ellipse specified by a bounding RectangleF structure.

Namespace: DevExpress.Utils.Drawing

Assembly: DevExpress.Utils.v23.2.dll

NuGet Packages: DevExpress.Utils, DevExpress.Wpf.Core

Declaration

public void DrawEllipse(
    Pen pen,
    RectangleF rect
)

Parameters

Name Type Description
pen Pen

A Pen object that specifies the ellipse color, style and line thickness.

rect RectangleF

A Rectangle structure that defines the ellipse boundaries.

See Also