IGraphicsFillPolyline Method
Fills the interior of a polyline defined by an array of points specified by Point structures.
Namespace: SMath.DrawingAssembly: SMath.Drawing (in SMath.Drawing.dll) Version: 1.2.0
void FillPolyline(
ColorBrush brush,
PointF[] points
)
Sub FillPolyline (
brush As ColorBrush,
points As PointF()
)
void FillPolyline(
ColorBrush^ brush,
array<PointF>^ points
)
abstract FillPolyline :
brush : ColorBrush *
points : PointF[] -> unit
Parameters
- brush ColorBrush
- ColorBrush that determines the characteristics of the fill.
- points PointF
- Array of PointF structures that represent the vertices of the polyline.