|
iPlug2 - C++ Audio Plug-in Framework
|
User-facing SVG abstraction that you use to manage SVG data ISVG doesn't actually own the image data. More...
#include <IGraphicsStructs.h>
Public Member Functions | |
| ISVG (NSVGimage *pImage) | |
| float | W () const |
| float | H () const |
| bool | IsValid () const |
Public Attributes | |
| NSVGimage * | mImage = nullptr |
User-facing SVG abstraction that you use to manage SVG data ISVG doesn't actually own the image data.
Definition at line 194 of file IGraphicsStructs.h.
|
inline |
Definition at line 196 of file IGraphicsStructs.h.
|
inline |
Definition at line 209 of file IGraphicsStructs.h.
Referenced by IGraphics::DrawSVG(), and ISVGSliderControl::OnResize().
|
inline |
Definition at line 216 of file IGraphicsStructs.h.
|
inline |
Definition at line 202 of file IGraphicsStructs.h.
Referenced by IGraphics::DrawSVG(), and ISVGSliderControl::OnResize().
| NSVGimage* ISVG::mImage = nullptr |
Definition at line 218 of file IGraphicsStructs.h.