Function Index Class Index

Draw_DC_Rectangle

Functions

HC_EXTERNAL HIC_API void HIC_Draw_DC_Rectangle (HIC_Rendition const *nr, int left, int right, int bottom, int top)
 

Detailed Description

Function Documentation

HC_EXTERNAL HIC_API void HIC_Draw_DC_Rectangle ( HIC_Rendition const *  nr,
int  left,
int  right,
int  bottom,
int  top 
)
Parameters
nrA pointer to a const HIC_Rendition.
leftAn int.
rightAn int.
bottomAn int.
topAn int.

This function draws a filled rectangle using face color, pattern, and contrast color attributes. The rectangle is aligned with the device coordinate axes. HOOPS uses this function to fill windows after replacing face with window attributes.