mcZoomToolCommandFlags Enumeration
|
|
The McZoomTool flags
Namespace:
MediaCy.IQL.Display.Overlays
Assembly:
MediaCy.IQL.Display.Overlays (in MediaCy.IQL.Display.Overlays.dll) Version: 10.0.6912.0
SyntaxPublic Enumeration mcZoomToolCommandFlags
Members
| Member name | Value | Description |
---|
| mcztcf2XZoomMode | 1 | Option flag: If set,the Zoom Tool supports 2X In/Out zoom. |
| mcztcfRubberBandMode | 2 | Option flag: If set,the Zoom Tool supports rubber band zoom mode. |
| mcztcfCombinedMode | 3 | Option flag: If set,the Zoom Tool supports both 2X and Rubber Band Zoom modes depending on the
state of Shift button and the dragging distance. Default. |
See Also