This function returns D-Type Rasterizer's current filling rule. This rule is normally set by dtRasterizerSetFillRule.
Parameter | Description |
---|---|
engine |
Handle of the previously created Standard Engine instance. |
fill_rule |
A valid pointer to a variable that will receive D-Type Rasterizer's current filling rule. See dtRasterizerSetFillRule for details. |
If successful, the return value is 1. Otherwise, the function returns 0.