ICImagingControl.LiveDisplaySize Property

Returns or sets the height and width of the video display window.
Syntax:
[C#]
public System.Drawing.Size LiveDisplaySize;
Limitations:

This property can only be set, if the property LiveDisplayDefault has been set to false.

Remarks:

Whether the size of the live video window can be changed or not can be toggled with the LiveDisplayDefault property. If LiveDisplayDefault returns True, the size of the live video window can not be adjusted. If LiveDisplayDefault is set to False, the size and position of the live video window can be adjusted to the application's needs.

Information:

Introduced in version 3.1

See also: ICImagingControl, LiveDisplayDefault, LiveDisplayPosition, LiveDisplayWidth, LiveDisplayHeight

<< ICImagingControl