VncControlSizeMode Enumeration

RemoteViewing
Specifies how the remote screen is positioned and sized in the VncControl.

Namespace:  RemoteViewing.Windows.Forms
Assembly:  RemoteViewing.Windows.Forms (in RemoteViewing.Windows.Forms.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax

public enum VncControlSizeMode
Members

  Member nameValueDescription
Clip0 The VncControl will contain the upper-left portion of the screen.
Stretch1 The screen is resized to fit the VncControl. The aspect ratio is allowed to be incorrect.
AutoSize2 The VncControl is resized to fit the screen.
Center3 The VncControl will contain the center portion of the screen.
Zoom4 The screen is resized to fit the VncControl. Correct aspect ratio is maintained.
See Also

Reference