[]
        
(Showing Draft Content)

GrapeCity.ActiveReports.BarCodes.Drawing.PageDrawingDevice.DrawEllipse

DrawEllipse Method

DrawEllipse(PointF, float, float, float)

Fills circle.

Declaration
public void DrawEllipse(PointF center, float rx, float ry, float width)
Parameters
Type Name Description
PointF center
float rx
float ry
float width
Implements