FastUIDraw
|
Base class to specify a custom fill rule. More...
#include <fill_rule.hpp>
Public Member Functions | |
virtual bool | operator() (int winding_number) const =0 |
Base class to specify a custom fill rule.
Definition at line 33 of file fill_rule.hpp.
|
pure virtual |
To be implemented by a derived class to return true if to draw those regions with the passed winding number.
winding_number | winding number value to test. |
Implemented in fastuidraw::CustomFillRuleFunction.