Sets the preview window pos.

Namespace:  GrassValley.Mseries.DVCapture
Assembly:  GrassValley.Mseries.DVCapture (in GrassValley.Mseries.DVCapture.dll) Version: 1.0.0.0

Syntax

C#
void SetPreviewWindowPos(
	int left,
	int top,
	int width,
	int height,
	int visible
)
Visual Basic (Declaration)
Sub SetPreviewWindowPos ( _
	left As Integer, _
	top As Integer, _
	width As Integer, _
	height As Integer, _
	visible As Integer _
)
Visual C++
void SetPreviewWindowPos(
	int left, 
	int top, 
	int width, 
	int height, 
	int visible
)

Parameters

left
Type: System..::.Int32
Left.
top
Type: System..::.Int32
Top.
width
Type: System..::.Int32
Width.
height
Type: System..::.Int32
Height.
visible
Type: System..::.Int32
Visible.

See Also