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
◆ HIC_Draw_DC_Rectangle()
HC_EXTERNAL HIC_API void HIC_Draw_DC_Rectangle | ( | HIC_Rendition const * | nr, |
int | left, | ||
int | right, | ||
int | bottom, | ||
int | top | ||
) |
- Parameters
-
nr A pointer to a const HIC_Rendition. left An int. right An int. bottom An int. top An 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.