BACKPEN |
Top Previous Next |
Syntax BACKPEN(win as WINDOW,bkclr as UINT) Description Sets the background color for drawing operations in a window Parameters win - Window to change color. bkclr - New background drawing color . Return value None Remarks The background color is used as the text fill color when text mode is set to @OPAQUE See Also: FRONTPEN Example usage BACKPEN mywin, RGB(0,0,255) |