[]
        
(Showing Draft Content)

GrapeCity.Documents.Svg.GcSvgGraphics.InternalFillRoundRect

InternalFillRoundRect Method

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

For internal use.

Declaration
protected override void InternalFillRoundRect(RectangleF bounds, float radiusX, float radiusY, Brush brush, RectangleF? brushBounds, Matrix3x2? brushTransform)
Protected Overrides 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
Overrides

InternalFillRoundRect(RectangleF, float, float, Color)

For internal use.

Declaration
protected override void InternalFillRoundRect(RectangleF bounds, float radiusX, float radiusY, Color color)
Protected Overrides 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
Overrides