|
HC_EXTERNAL HIC_API void HIC_Draw_DC_Stenciled_Quad |
( |
HIC_Rendition const * |
nr, |
|
|
HIC_DC_Point const * |
points, |
|
|
HIC_Stencil_Bitmap const * |
stencil | |
|
) |
| | |
- Parameters:
-
| nr | A pointer to a const HIC_Rendition. |
| points | A pointer to a const HIC_DC_Point. |
| stencil | A pointer to a const HIC_Stencil_Bitmap. |
This function draws a stenciled quad.
|