Gets the monitor window info.

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

Syntax

C#
public int GetMonitorWndInfo(
	out int left,
	out int top,
	out int width,
	out int height
)
Visual Basic (Declaration)
Public 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++
public:
virtual int GetMonitorWndInfo(
	[OutAttribute] int% left, 
	[OutAttribute] int% top, 
	[OutAttribute] int% width, 
	[OutAttribute] int% height
) sealed

Parameters

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

Return Value

result

Implements

IChanStatus..::.GetMonitorWndInfo(Int32%, Int32%, Int32%, Int32%)

See Also