'Declaration Public Sub AddLines( _
ByVal pointsAn array of VintasoftPointF structures that represents the points that define the line segments to add.() As Vintasoft.Primitives.VintasoftPointF _
)
public void AddLines(
Vintasoft.Primitives.VintasoftPointF[] points
)
public: void AddLines(
Vintasoft.Primitives.VintasoftPointF[]* points
)
public:
void AddLines(
array<Vintasoft.Primitives.VintasoftPointF>^ points
)
Parameters
- points
- An array of VintasoftPointF structures that represents the points that define the line segments to add.