'Usage
Dim instance As IGeometry Dim control As Point Dim end As Point instance.QuadraticBezierTo(control, end)
Parameters
- control
- The control point of the cubic Bezier curve.
- end
- The end point of the cubic Bezier curve.
'Usage
Dim instance As IGeometry Dim control As Point Dim end As Point instance.QuadraticBezierTo(control, end)