[]
Fills a path using a specified brush.
public void FillPath(IPath path, Brush brush, RectangleF? brushBounds = null, Matrix3x2? brushTransform = null)
Public Sub FillPath(path As IPath, brush As Brush, Optional brushBounds As RectangleF? = Nothing, Optional brushTransform As Matrix3x2? = Nothing)
Type | Name | Description |
---|---|---|
IPath | path | An object implementing the IPath interface that represents the path to fill. |
Brush | brush | The brush used to fill the path. |
RectangleF? | brushBounds | The optional bounds for a gradient brush. |
Matrix3x2? | brushTransform | The transformation applied to the brush. |
Fills a path using a specified color.
public void FillPath(IPath path, Color color)
Public Sub FillPath(path As IPath, color As Color)