[]
        
(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)
Protected MustOverride Sub InternalFillPath(path As IPath, brush As Brush, brushBounds As RectangleF?, brushTransform As Matrix3x2?)
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)
Protected MustOverride Sub InternalFillPath(path As IPath, color As Color)
Parameters
Type Name Description
IPath path
Color color