This method sets the window position within the control.

[Visual Basic] Public Function SetWindowPosition() As Boolean
[C#] public bool SetWindowPosition();

Return Value

Returns True if successful, otherwise returns False

Explanation

The SetWindowPosition method sets the window position within the control. This method should be executed when the window size changes and a control other than the Record control is used.

Execute this method when the Open method is used to output to a control other than the Record control and that control's size changes. If movie is output to the Record control, then this method need not be executed.

If unsuccessful, then "DirectX" or "ETC" will be set in theErrorStatus property.

See Also

Record Members | Newtone.ImageKit.Wpf.WebCamera.Record

 

The ImageKit WPF is created by Newtone Corporation