[]
        
(Showing Draft Content)

GrapeCity.Documents.Imaging.GcBitmapGraphics.InternalFillEllipse

InternalFillEllipse Method

InternalFillEllipse(RectangleF, Brush, RectangleF?, Matrix3x2?)

For internal use.

Declaration
protected override void InternalFillEllipse(RectangleF bounds, Brush brush, RectangleF? brushBounds, Matrix3x2? brushTransform)
Parameters
Type Name Description
RectangleF bounds
Brush brush
RectangleF? brushBounds
Matrix3x2? brushTransform
Overrides

InternalFillEllipse(RectangleF, Color)

For internal use.

Declaration
protected override void InternalFillEllipse(RectangleF bounds, Color color)
Parameters
Type Name Description
RectangleF bounds
Color color
Overrides