Skip to content

Latest commit

 

History

History
9 lines (5 loc) · 568 Bytes

s4g178.md

File metadata and controls

9 lines (5 loc) · 568 Bytes

@ ... Box, @ ... To, @ ... Clear, @ ... Fill

These @ Commands all relate to drawing on a window. @ ... BOX and @ ... TO draw boxes, @ ... CLEAR clears a rectangular area (sort of the inverse of drawing a box, we guess) and @ ... FILL fills a rectangular area with color.

There's no reason to use these commands ever. Use Visual FoxPro's controls and drawing methods instead. They're more powerful and better behaved.

See Also

@ Commands, Box, Circle, Cls, Line, Shape