[]
        
(Showing Draft Content)

GrapeCity.Documents.Drawing.GcGraphics.InternalFillEllipse

InternalFillEllipse Method

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

For internal use.

Declaration
protected abstract void InternalFillEllipse(RectangleF bounds, Brush brush, RectangleF? brushBounds, Matrix3x2? brushTransform)
Protected MustOverride Sub InternalFillEllipse(bounds As RectangleF, brush As Brush, brushBounds As RectangleF?, brushTransform As Matrix3x2?)
Parameters
Type Name Description
RectangleF bounds
Brush brush
RectangleF? brushBounds
Matrix3x2? brushTransform

InternalFillEllipse(RectangleF, Color)

For internal use.

Declaration
protected abstract void InternalFillEllipse(RectangleF bounds, Color color)
Protected MustOverride Sub InternalFillEllipse(bounds As RectangleF, color As Color)
Parameters
Type Name Description
RectangleF bounds
Color color