SvgGraphicsDrawPolyline 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
public void DrawPolyline(
ColorPen pen,
PointF[] points
)
Public Sub DrawPolyline (
pen As ColorPen,
points As PointF()
)
public:
virtual void DrawPolyline(
ColorPen^ pen,
array<PointF>^ points
) sealed
abstract DrawPolyline :
pen : ColorPen *
points : PointF[] -> unit
override DrawPolyline :
pen : ColorPen *
points : PointF[] -> unit
- 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.
IGraphicsDrawPolyline(ColorPen, PointF)