iPlug2 - C++ Audio Plug-in Framework
Public Member Functions | Public Attributes | List of all members
IFillOptions Struct Reference

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 }
 

Detailed Description

Used to manage fill behaviour for path based drawing back ends.

Definition at line 577 of file IGraphicsStructs.h.


The documentation for this struct was generated from the following file: