Initial Release 4.0

Data Type : Navigators

VIEWMAP_REGION_RECORD - Navigator region graphic CD record.
----------------------------------------------------------------------------------------------------------

#include <vmods.h>

Definition :

typedef struct {
  VMODSdrobj DRobj;
  WORD       LineColor;
  WORD       LineStyle;
  WORD       LineWidth;
  WORD       FillStyle;
  DWORD      spare[4];  /* for future use */
} VIEWMAP_REGION_RECORD;


Description :

The VIEWMAP_REGION_RECORD stores a region graphic in a Navigator. This record is stored in items of type TYPE_VIEWMAP_LAYOUT, the graphical layout of the Navigator. The fields in this structure are:
See Also :

VMODSdrobj
----------------------------------------------------------------------------------------------------------