ArcToBezier Method (GraphicsRendering)
Convert an arc to Bezier curves.
'Declaration
Public Shared Function ArcToBezier( _
ByVal As System.Drawing.PointF, _
ByVal As System.Drawing.PointF, _
ByVal As System.Drawing.SizeF, _
ByVal As System.Double, _
ByVal As System.Boolean _
) As System.Drawing.PointF()
public static System.Drawing.PointF[] ArcToBezier(
System.Drawing.PointF ,
System.Drawing.PointF ,
System.Drawing.SizeF ,
System.double ,
System.bool
)
Parameters
- start
- The start point.
- end
- The end point.
- sz
- The x-radius and y-radius of the arc.
- theta
- The rotation angle.
- clockwise
- The clockwise sweep direction or no.
Return Value
An array of triples points for Bezier curves.