pub type DrawingQuad<'a> = Drawing<'a, Quad>;
The drawing context for a Quad.
Quad
struct DrawingQuad<'a> { /* private fields */ }
Use the given points as the vertices (corners) of the quad.