|
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 193 of file IGraphicsStructs.h.
|
inline |
Definition at line 195 of file IGraphicsStructs.h.
|
inline |
Definition at line 208 of file IGraphicsStructs.h.
Referenced by IGraphics::DrawSVG(), and ISVGSliderControl::OnResize().
|
inline |
Definition at line 215 of file IGraphicsStructs.h.
|
inline |
Definition at line 201 of file IGraphicsStructs.h.
Referenced by IGraphics::DrawSVG(), and ISVGSliderControl::OnResize().
| NSVGimage* ISVG::mImage = nullptr |
Definition at line 217 of file IGraphicsStructs.h.