%HI_SetPictureBorderColor function
Requirements
Minimum supported version | D2000 V12.7N |
%HI_SetPictureBorderColor( INT in color, INT in width )
color | RGB color index |
width | edge width, a value less than 1 cancels the edge drawing |
The function %MakeRGB allows to form the color from individual color components.
Examples
; show picture border %HI_SetPictureBorderColor(%MakeRGB(0,0,255),2) ; hide picture border %HI_SetPictureBorderColor(%MakeRGB(0,0,0),0)
Minimum supported version | D2000 V12.7N |
Pridať komentár