[]
        
(Showing Draft Content)

GrapeCity.Documents.Svg.GcSvgGraphics.InternalFillPath

InternalFillPath Method

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

For internal use.

Declaration
protected override void InternalFillPath(IPath path, Brush brush, RectangleF? brushBounds, Matrix3x2? brushTransform)
Protected Overrides 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
Overrides

InternalFillPath(IPath, Color)

For internal use.

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