Convert an EllipticArc segment into a series of BezierCurve segments.

Even if the bakend supports arcs it's likely easier to call this rather than try and translate the parameters. Most backends end up using bezier curves anyway (CoreGraphics, Android, SVG in Web libraries).

Location

Namespace
Fuse.Drawing
Package
Fuse.Drawing.Surface 2.9.1

Parameters

from

float2

arc

LineSegment

curves

IList<LineSegment>