Icon functions

ICON

With this function, you can save and display icons, and compile icon libraries.

Icons are snapshots of the display that don’t contain actual objects, but only their display information. Most common use for them is to create icon menus.

When displaying an icon, it will scale itself according to the current view, and will be erased as you execute a redraw.

When you save an icon the saved area, whether a view or a selected area, will all be saved in the icon, including empty margins. If you want to save an area as an icon that displays only the objects in it, you must save it using the window option and define the area so that it includes only the area containing the objects.

The program will automatically add the .VIF extension to the file name.

You can open a dialog by entering * or as the file name. You can also use wildcards to list only certain files. For example, entering S* as the file name will open a dialog listing only files that start with an S.

Icon libraries

Icon libraries provide a way to save several icons into a single file. Icon library files have a .VLB extension. You can add icons into an icon library with the ICON Save option or with the ICON Library Add option (existing VIF-files).

Related Topics