How do I draw basic shapes with D-Type Rasterizer?
D-Type Rasterizer comes with a library of the most common shapes, such as lines, circles, ellipses, rectangles, rounded rectangles, polygons etc. Drawing a shape is as simple as a call to a function. However, an application can also get direct access to D-Type Rasterizer API. In this way, any shape can be generated, even if it is not in the library.