'Declaration Public Sub AddLines( _ ByVal ParamArray points() As System.Drawing.PointF _ )
public void AddLines( params System.Drawing.PointF[] points )
Parameters
- points
- An array of one or more points that describe the lines to draw.
'Declaration Public Sub AddLines( _ ByVal ParamArray points() As System.Drawing.PointF _ )
public void AddLines( params System.Drawing.PointF[] points )