[]
        
(Showing Draft Content)

GrapeCity.Documents.Svg.GcSvgGraphics.InternalFillRectangle

InternalFillRectangle Method

InternalFillRectangle(RectangleF, Brush, RectangleF?, Matrix3x2?)

For internal use.

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

InternalFillRectangle(RectangleF, Color)

For internal use.

Declaration
protected override void InternalFillRectangle(RectangleF bounds, Color color)
Protected Overrides Sub InternalFillRectangle(bounds As RectangleF, color As Color)
Parameters
Type Name Description
RectangleF bounds
Color color
Overrides