Gets the monitor info.

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

Syntax

C#
int GetMonitorWndInfo(
	out int left,
	out int top,
	out int width,
	out int height
)
Visual Basic (Declaration)
Function GetMonitorWndInfo ( _
	<OutAttribute> ByRef left As Integer, _
	<OutAttribute> ByRef top As Integer, _
	<OutAttribute> ByRef width As Integer, _
	<OutAttribute> ByRef height As Integer _
) As Integer
Visual C++
int GetMonitorWndInfo(
	[OutAttribute] int% left, 
	[OutAttribute] int% top, 
	[OutAttribute] int% width, 
	[OutAttribute] int% height
)

Parameters

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

Return Value

result

See Also