iPlug2 - C++ Audio Plug-in Framework
|
Used to manage fill behaviour for path based drawing back ends. More...
#include <IGraphicsStructs.h>
Public Member Functions | |
IFillOptions (bool preserve=false, EFillRule fillRule=EFillRule::Winding) | |
Public Attributes | |
EFillRule | mFillRule { EFillRule::Winding } |
bool | mPreserve { false } |
Used to manage fill behaviour for path based drawing back ends.
Definition at line 577 of file IGraphicsStructs.h.