'Declaration Public Sub AddBezierCurve( _
ByVal p1A VintasoftPointF that represents the starting point of the curve.As Vintasoft.Primitives.VintasoftPointF, _
ByVal p2A VintasoftPointF that represents the first control point for the curve.As Vintasoft.Primitives.VintasoftPointF, _
ByVal p3A VintasoftPointF that represents the second control point for the curve.As Vintasoft.Primitives.VintasoftPointF, _
ByVal p4A VintasoftPointF that represents the endpoint of the curve.As Vintasoft.Primitives.VintasoftPointF _
)
public void AddBezierCurve(
Vintasoft.Primitives.VintasoftPointF p1,
Vintasoft.Primitives.VintasoftPointF p2,
Vintasoft.Primitives.VintasoftPointF p3,
Vintasoft.Primitives.VintasoftPointF p4
)
Parameters
- p1
- A VintasoftPointF that represents the starting point of the curve.
- p2
- A VintasoftPointF that represents the first control point for the curve.
- p3
- A VintasoftPointF that represents the second control point for the curve.
- p4
- A VintasoftPointF that represents the endpoint of the curve.