IGraphicsDrawPolyline Method
Draws a polyline defined by an array of Point structures.
Namespace: SMath.DrawingAssembly: SMath.Drawing (in SMath.Drawing.dll) Version: 1.4.0.0
void DrawPolyline(
ColorPen pen,
PointF[] points
)
Sub DrawPolyline (
pen As ColorPen,
points As PointF()
)
void DrawPolyline(
ColorPen^ pen,
array<PointF>^ points
)
abstract DrawPolyline :
pen : ColorPen *
points : PointF[] -> unit
Parameters
- pen ColorPen
- ColorPen that determines the color, width, and style of the polyline.
- points PointF
- Array of PointF structures that represent the vertices of the polyline.