Skip to content

VIEWMAP SHAPE DEFAULTS

Data Type : Navigators
VIEWMAP_SHAPE_DEFAULTS - Default settings for Navigator shapes.

#include <vmods.h>

Definition :

typedef struct {
   VIEWMAP_HIGHLIGHT_DEFAULTS Highlight;
   WORD   LineColor;
   WORD   FillFGColor;
   WORD   FillBGColor;
   WORD   LineStyle;
   WORD   LineWidth;
   WORD   FillStyle;
   FONTID FontID;
} VIEWMAP_SHAPE_DEFAULTS;

Description :

The VIEWMAP_SHAPE_DEFAULTS structure contains default attributes for shapes in the Navigator. This structure is a component of the VIEWMAP_STYLE_DEFAULTS structure, which in turn is stored in the VIEWMAP_DATASET_RECORD. The fields in this structure are:


      Highlight Default highlight settings.
      LineColor Default line color.
      FillFGColor Default fill color for foreground.
      FillBGColor Default fill color for background.
      LineStyle Default line style.
      LineWidth Default line width.
      FillStyle Default fill style.
      FontID Default Font ID for label text.

See Also : VIEWMAP_HIGHLIGHT_DEFAULTS VIEWMAP_STYLE_DEFAULTS