ICImagingControl.LiveDisplayPosition Property

Returns or sets the top position of the video display window in IC Imaging Control's window.
Syntax:
[C#]
public System.Drawing.Point LiveDisplayPosition;
Limitations:

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

Remarks:

Whether the position 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, LiveDisplaySize, LiveDisplayHeight, LiveDisplayLeft

<< ICImagingControl