IGraphicsFillPath Method

Fills the interior of a PathStep array.

Definition

Namespace: SMath.Drawing
Assembly: SMath.Drawing (in SMath.Drawing.dll) Version: 1.4.0.0
C#
RectangleF FillPath(
	ColorBrush brush,
	PathStep[] steps
)

Parameters

brush  ColorBrush
ColorBrush that determines the color of the fill.
steps  PathStep
Array of PathStep to draw.

Return Value

RectangleF
Returns the bounds of the control points of the path.

See Also