Classes
 ClassDescription
 CircleRepeater The CircleRepeater element draws a circle using the specified center point and radius.
 CubicBezierRepeater The CubicBezierRepeater element draws a cubic Bézier using the specified start point, end point and 2 control points.
 EllipseRepeater The EllipseRepeater element draws an ellipse using the specified x,y, width, height.
 EllipticalArcRepeater The EllipticalArcRepeater element draws an elliptical arc using the specified x, y, width, height, start angle, arc and closure type.
 HorizontalLineRepeater The HorizontalLineRepeater element draws a horizontal line using the specified x, y, and x1 coordinate values.
 LineRepeater The LineRepeater element draws a line using the specified x, y, x1, y1, coordinate values.
 PolygonRepeater The PolygonRepeater element draws a polygon using the specified points.
 PolyLineRepeater The PolylineRpeater element draws a polyline using the specified points.
 QuadraticBezierRepeater The QuadraticBezierRepeater element draws a quadratic Bézier using the specified start point, end point and control point.
 RegularRectangleRepeater The RegularRectangleRepeater element draws a regular rectangle using the specified x,y, width and height.
 Repeater The Repeater element repeats a series of objects using the specified count, offsetX, and offsetY.
 RoundedRectangleComplexRepeater The RoundedRectangleComplex element draws a complex rounded rectangle using the specified x,y, width, height and top left radius, top right radius, bottom left radius and bottom right radius.
 RoundedRectangleRepeater The RoundedRectangleRepeater element draws a rounded rectangle using the specified x,y, width, height and corner radius.
 VerticalLineRepeater The VerticalLineRepeater element draws a vertical line using the specified x, y, and y1 coordinate values.