'Declaration Public Sub AddBezierCurve( _
ByVal p1VintasoftPointF, который представляет начальную точку кривой.As Vintasoft.Primitives.VintasoftPointF, _
ByVal p2VintasoftPointF, который представляет первую контрольную точку кривой.As Vintasoft.Primitives.VintasoftPointF, _
ByVal p3VintasoftPointF, который представляет вторую контрольную точку кривой.As Vintasoft.Primitives.VintasoftPointF, _
ByVal p4VintasoftPointF, который представляет конечную точку кривой.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
- VintasoftPointF, который представляет начальную точку кривой.
- p2
- VintasoftPointF, который представляет первую контрольную точку кривой.
- p3
- VintasoftPointF, который представляет вторую контрольную точку кривой.
- p4
- VintasoftPointF, который представляет конечную точку кривой.