Click or drag to resize

ZoomPanScrollAutoZoomMode Enumeration

Defines window zoom mode.

Namespace:  MediaCy.Commands.Window
Assembly:  MediaCy.Commands (in MediaCy.Commands.dll) Version: 3.1.0.0
Syntax
VB
Public Enumeration AutoZoomMode
Members
  Member nameValueDescription
None0 Use specifyed zoom factor (do not auto zoom).
BestFit1 Entire image fits the display window, while preserving its aspect ratio.
FitToWidth2 Width of the image matches the width of the display window.
FitToHeight3 Height of the image matches the height of the display window
Remarks