GraphicsFillPath Method
Fills the interior of a PathStep array.
Namespace: SMath.DrawingAssembly: SMath.Drawing (in SMath.Drawing.dll) Version: 1.2.0
public RectangleF FillPath(
ColorBrush brush,
PathStep[] steps
)
Public Function FillPath (
brush As ColorBrush,
steps As PathStep()
) As RectangleF
public:
virtual RectangleF FillPath(
ColorBrush^ brush,
array<PathStep^>^ steps
) sealed
abstract FillPath :
brush : ColorBrush *
steps : PathStep[] -> RectangleF
override FillPath :
brush : ColorBrush *
steps : PathStep[] -> RectangleF
- brush ColorBrush
- ColorBrush that determines the color of the fill.
- steps PathStep
- Array of PathStep to draw.
RectangleF
Returns the bounds of the control points of the path.
IGraphicsFillPath(ColorBrush, PathStep)