DK11 for .NET | TatukGIS.NDK.TGIS_ViewerMode | Enums
Basic modes of TGIS_ViewerWnd operations:
// C# public enum TGIS_ViewerMode { Select, Drag, Zoom, Edit, ZoomEx, UserDefined }
' VisualBasic Public Enum TGIS_ViewerMode Select Drag Zoom Edit ZoomEx UserDefined End Enum
// Oxygene type TGIS_ViewerMode = public ( Select, Drag, Zoom, Edit, ZoomEx, UserDefined );
Name | Value | Description | |
---|---|---|---|
Select | Mouse is in selecting mode. | ||
Drag | Mouse is in dragging mode. | ||
Zoom | Mouse is in zooming mode. | ||
Edit | Mouse is in editing mode. | ||
ZoomEx | Mouse is in zooming mode (visual effect). | ||
UserDefined | User defined mode - without any built-in action. | ||