[]
        
(Showing Draft Content)

C1.Util.GraphicsRendering.ArcToBezier

ArcToBezier Method

ArcToBezier(PointF, PointF, SizeF, double, bool)

Convert an arc to Bezier curves.

Declaration
public static PointF[] ArcToBezier(PointF start, PointF end, SizeF sz, double theta, bool clockwise)
Parameters
Type Name Description
PointF start

The start point.

PointF end

The end point.

SizeF sz

The x-radius and y-radius of the arc.

double theta

The rotation angle.

bool clockwise

The clockwise sweep direction or no.

Returns
Type Description
PointF[]

An array of triples points for Bezier curves.