[]
        
(Showing Draft Content)

GrapeCity.Documents.Drawing.GcGraphics.InternalFillPath

InternalFillPath Method

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

For internal use.

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

InternalFillPath(IPath, Color)

For internal use.

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