ArcTo
The ArcTo class represents the SVG/AVG "arc" command which is used to create an arc.
It's a type of PathNodes which holds SVG/AVG command parameters.
The class has several properties which denote the parameters of SVG/AVG "arc" command: horizontal ellipse radius a, vertical ellipse radius b, rotation theta, large arc flag isMoreThanHalf, sweep flag isPositiveArc, ending point coordinates x and y.
The class contains an overridden materialize function which returns a String representation of the SVG/AVG command in the form required by the Compose path functions.
Constructors
Properties
Calculates the approximate bytecode size of the path nodes. Accounts for method invocation byte size, float byte sizes, and additional byte size if the path should be closed.
large-arc-flag
sweep flag
Functions
Creates a copy of this ArcTo instance with the specified values.