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

Used to manage fill behaviour. 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.

Definition at line 575 of file IGraphicsStructs.h.

Constructor & Destructor Documentation

◆ IFillOptions()

IFillOptions::IFillOptions ( bool  preserve = false,
EFillRule  fillRule = EFillRule::Winding 
)
inline

Definition at line 580 of file IGraphicsStructs.h.

Member Data Documentation

◆ mFillRule

EFillRule IFillOptions::mFillRule { EFillRule::Winding }

Definition at line 577 of file IGraphicsStructs.h.

◆ mPreserve

bool IFillOptions::mPreserve { false }

Definition at line 578 of file IGraphicsStructs.h.


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