Draw_DC_Rectangle
Functions
void |
Detailed Description
- group Draw_DC_Rectangle
Function Documentation
-
void HIC_Draw_DC_Rectangle(HIC_Rendition const *nr, int left, int right, int bottom, int top)
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.
- Parameters:
nr – A pointer to a const HIC_Rendition.
left – An int.
right – An int.
bottom – An int.
top – An int.