[]
        
(Showing Draft Content)

GrapeCity.Documents.Drawing.GcGraphics.FillEllipse

FillEllipse Method

FillEllipse(RectangleF, Brush, RectangleF?, Matrix3x2?)

Fills an ellipse with a specified brush.

Declaration
public void FillEllipse(RectangleF bounds, Brush brush, RectangleF? brushBounds = null, Matrix3x2? brushTransform = null)
Public Sub FillEllipse(bounds As RectangleF, brush As Brush, Optional brushBounds As RectangleF? = Nothing, Optional brushTransform As Matrix3x2? = Nothing)
Parameters
Type Name Description
RectangleF bounds

A RectangleF structure that specifies the ellipse to fill.

Brush brush

The fill brush.

RectangleF? brushBounds

The optional bounds for a gradient brush.

Matrix3x2? brushTransform

The transformation applied to the brush.

FillEllipse(RectangleF, Color)

Fills an ellipse with a specified solid color.

Declaration
public void FillEllipse(RectangleF bounds, Color color)
Public Sub FillEllipse(bounds As RectangleF, color As Color)
Parameters
Type Name Description
RectangleF bounds

A RectangleF structure that specifies the ellipse to fill.

Color color

The fill color.