class documentation
class RectangleDrawer(ShapeDrawer):
Static class which draws rectangular vertices
Static Method | draw |
Draws a rectangle-shaped path on the Cairo context without stroking or filling it. |
Static Method | intersection |
Determines where the rectangle centered at (center_x, center_y) having the given width and height intersects with a line drawn from (source_x, source_y) to (center_x, center_y). |
Class Variable | names |
Undocumented |
Draws a rectangle-shaped path on the Cairo context without stroking or filling it.
See Also | |
ShapeDrawer.draw_path |