SharedWindowGetWorkingAreaOfWindow Method

Gets the location and size of the work area relative to a window.

Definition

Namespace: Aliquo.Windows
Assembly: Aliquo.Windows (in Aliquo.Windows.dll) Version: 5.0.9179.22654
C#
public static Rectangle GetWorkingAreaOfWindow(
	Object window
)

Parameters

window  Object
Object with the window.

Return Value

Rectangle
Rectangle with the location and size of the work area.

See Also