Index

C/C++ Functions

dtRasterizerGetFillRule

DT_SWORD dtRasterizerGetFillRule(DT_DTENGINE engine, DT_ID_UBYTE* fill_rule)

Short Description: Get Rasterizer's fill rule

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

Parameters

ParameterDescription

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.

Return Value

If successful, the return value is 1. Otherwise, the function returns 0.

 

Index