getpolyfillmode
This function is used to get current polygon fill pattern.
int getpolyfillmode();
Parameters
None
Return Value
If the function executes successfully, the return value represents current device polygon fill mode, with a value of ALTERNATE or WINDING, as detailed in the parameters of the setpolyfillmode function. If the function fails to execute, the return value is 0.
Examples
None