Classes
 ClassDescription
 AdvancedCubicBezier The AdvancedCubicBezier element draws a cubic Bézier using the specified start point, end point and 2 control points.
 AdvancedQuadraticBezier The AdvancedQuadraticBezier element draws a quadratic Bézier using the specified start point, end point and control point and contains several additional methods that are useful in advanced applications.
 AdvancedRectangle Used by the CSSSkin for graphics rendering.
 Circle The Circle element draws a circle using the specified center point and radius.
 CubicBezier The CubicBezier element draws a cubic Bézier using the specified start point, end point and 2 control points.
 Ellipse The Ellipse element draws a ellipse using the specified x,y, width and height.
 EllipticalArc The EllipticalArc element draws an elliptical arc using the specified x, y, width, height, start angle, arc and closure type.
 Geometry A geometry object is a type of Degrafa object that enables rendering to a graphics context.
 GeometryUnion Unions child geometries into one large closed path Note: Child geometries fill and strokes will be ignored
 HorizontalLine The HorizontalLine element draws a horizontal line using the specified x, y, and x1 coordinate values.
 Line The Line element draws a line using the specified x, y, x1 and y1 coordinate values.
 Move The Move element moves the drawing context current point to a specified x and y coordinate value.
 Path The Path element draws a path comprised of several available path commands using the specified path data value.
 Polygon The Polygon element draws a polygon using the specified points.
 Polyline The Polyline element draws a polyline using the specified points.
 QuadraticBezier The QuadraticBezier element draws a quadratic Bézier using the specified start point, end point and control point.
 RasterImage The RasterImage element draws a Bitmap Rectangle to the drawing target.
 RasterText The RasterText element permits rendering Text as part of a composition or drawing to an arbitrary graphics target.
 RasterTextPlus The RasterText element permits rendering Text as part of a composition or drawing to an arbitrary graphics target.
 RegularRectangle The RegularRectangle element draws a regular rectangle using the specified x,y, width and height.
 RoundedRectangle The RoundedRectangle element draws a rounded rectangle using the specified x,y, width, height and corner radius.
 RoundedRectangleComplex 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.
 SuperShape2D The SuperShape2D element draws a shape using the specified parameters.
 VerticalLine The VerticalLine element draws a vertical line using the specified x, y, and y1 coordinate values.