[]
        
(Showing Draft Content)

GrapeCity.Documents.Imaging.GcBitmapGraphics.InternalFillPath

InternalFillPath Method

InternalFillPath(IPath, Brush, RectangleF?, Matrix3x2?)

For internal use.

Declaration
protected override void InternalFillPath(IPath path, Brush brush, RectangleF? brushBounds, Matrix3x2? brushTransform)
Parameters
Type Name Description
IPath path
Brush brush
RectangleF? brushBounds
Matrix3x2? brushTransform
Overrides

InternalFillPath(IPath, Color)

For internal use.

Declaration
protected override void InternalFillPath(IPath path, Color color)
Parameters
Type Name Description
IPath path
Color color
Overrides