Sets the monitor info.

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

Syntax

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

Parameters

left
Type: System..::.Int32
Left.
top
Type: System..::.Int32
Top.
width
Type: System..::.Int32
Width.
height
Type: System..::.Int32
Height.
monitorHwnd
Type: System..::.Int32
Monitor HWND.

See Also