SPH
|
#include <SvgContext.h>
Public Member Functions | |
SvgPath (wxSVGFileDC &dc, const AffineMatrix2 &matrix) | |
virtual void | addPoint (const PlotPoint &point) override |
Adds a next point on the path. More... | |
virtual void | closePath () override |
Closes the path, connecting to the first point on the path. More... | |
virtual void | endPath () override |
Finalizes the path. Does not connect the last point to anything. More... | |
![]() | |
virtual | ~Polymorphic () |
Definition at line 15 of file SvgContext.h.
|
inline |
Definition at line 24 of file SvgContext.h.
|
inlineoverridevirtual |
|
inlineoverridevirtual |
Closes the path, connecting to the first point on the path.
Implements IDrawPath.
Definition at line 39 of file SvgContext.h.
|
inlineoverridevirtual |
Finalizes the path. Does not connect the last point to anything.
Implements IDrawPath.
Definition at line 45 of file SvgContext.h.