Index

C/C++ Functions

dcRasterizerGetFillRule

void dcRasterizerGetFillRule(DT_DCRASTER dcr, DT_ID_UBYTE* fill_rule)

Short Description: Get fill rule

This function returns D-Type Direct Color Rasterizer's current filling rule. This rule is normally set by dcRasterizerSetFillRule.

Parameters

ParameterDescription

dcr

Handle of the previously created D-Type Direct Color Rasterizer instance.

fill_rule

A valid pointer to a variable that will receive D-Type Direct Color Rasterizer's current filling rule. See dcRasterizerSetFillRule for details.

 

Index