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