KiCad PCB EDA Suite
|
Utility functions for drawing compound items (i.e. More...
Go to the source code of this file.
Namespaces | |
namespace | KIGFX |
The Cairo implementation of the graphics abstraction layer. | |
Functions | |
void | KIGFX::DrawCross (GAL &aGal, const VECTOR2I &aPosition, int aSize) |
Draw a cross at a given position. | |
void | KIGFX::DrawDashedLine (GAL &aGal, const SEG &aSeg, double aDashSize) |
Draw a dashed line. | |
Utility functions for drawing compound items (i.e.
items that need more than one GAL Draw call to render) the might be used be more than one VIEW_ITEM Draw function.
Definition in file item_drawing_utils.h.