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
Members
| Member name | Value | Description | |
|---|---|---|---|
| Clip | 0 | The VncControl will contain the upper-left portion of the screen. | |
| Stretch | 1 | The screen is resized to fit the VncControl. The aspect ratio is allowed to be incorrect. | |
| AutoSize | 2 | The VncControl is resized to fit the screen. | |
| Center | 3 | The VncControl will contain the center portion of the screen. | |
| Zoom | 4 | The screen is resized to fit the VncControl. Correct aspect ratio is maintained. |
See Also