ICImagingControl.LiveDisplayLeft Property

Returns or sets the left position of the video display window in IC Imaging Control's window.
Syntax:
[C#]
public int LiveDisplayLeft;
Remarks:

The LiveDisplayLeft property is used to move the video display window in IC Imaging Control's window. The value passed to LiveDisplayLeft is relative to the upper left corner of IC Imaging Control.

Passing a value to LiveDisplayLeft takes an effect, even if the LiveDisplayDefault property returns True.

If the LiveDisplayDefault property is set to True, the LiveDisplayLeft property's value is reset to 0.

The LiveDisplayLeft property's unit is pixel. It defaults to 0.

See also: ICImagingControl, ICImagingControl.LiveDisplayDefault, ICImagingControl.LiveDisplayHeight, ICImagingControl.LiveDisplayTop, ICImagingControl.LiveDisplayWidth, ICImagingControl.LiveDisplayZoomFactor, ICImagingControl.ScrollBarsEnabled

<< ICImagingControl