Name: fill_image
Syntax:(fill_image
x y wd hgt clr)
Description:Generates a color (clr) filled rectangular in the current dialog box at the location of x,y and the size on the rectangle is based on the width (wd) and height (hgt).
Color Number |
Meaning |
1 - 255 |
Standard AutoCAD colors (ADI) |
-2 |
Graphics screen background color |
-15 |
Dialog background color |
-16 |
Dialog foreground color |
-18 |
Dialog box line color |
Example(s):(fill_image 6 15 20 20 12)
nil