[]
        
(Showing Draft Content)

GrapeCity.Documents.Drawing.GcGraphics.InternalFillRoundRect

InternalFillRoundRect Method

InternalFillRoundRect(RectangleF, float, float, Brush, RectangleF?, Matrix3x2?)

For internal use.

Declaration
protected abstract void InternalFillRoundRect(RectangleF bounds, float radiusX, float radiusY, Brush brush, RectangleF? brushBounds, Matrix3x2? brushTransform)
Protected MustOverride Sub InternalFillRoundRect(bounds As RectangleF, radiusX As Single, radiusY As Single, brush As Brush, brushBounds As RectangleF?, brushTransform As Matrix3x2?)
Parameters
Type Name Description
RectangleF bounds
float radiusX
float radiusY
Brush brush
RectangleF? brushBounds
Matrix3x2? brushTransform

InternalFillRoundRect(RectangleF, float, float, Color)

For internal use.

Declaration
protected abstract void InternalFillRoundRect(RectangleF bounds, float radiusX, float radiusY, Color color)
Protected MustOverride Sub InternalFillRoundRect(bounds As RectangleF, radiusX As Single, radiusY As Single, color As Color)
Parameters
Type Name Description
RectangleF bounds
float radiusX
float radiusY
Color color