'Declaration
Public Overloads Sub CubicBezierTo( _ ByVal pt As NPointD, _ ByVal c1 As NPointD, _ ByVal c2 As NPointD _ )
'Usage
Dim instance As NGraphicsPath Dim pt As NPointD Dim c1 As NPointD Dim c2 As NPointD instance.CubicBezierTo(pt, c1, c2)
Parameters
- pt
- c1
- c2