IGraphicsFillPolyline Method

Fills the interior of a polyline defined by an array of points specified by Point structures.

Definition

Namespace: SMath.Drawing
Assembly: SMath.Drawing (in SMath.Drawing.dll) Version: 1.2.0
C#
void FillPolyline(
	ColorBrush brush,
	PointF[] points
)

Parameters

brush  ColorBrush
ColorBrush that determines the characteristics of the fill.
points  PointF
Array of PointF structures that represent the vertices of the polyline.

See Also