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