SharedWindowGetAreaOfWindow Method

Gets the location and size relative to a window.

Definition

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

Parameters

window  Object
Object with the window.

Return Value

Rectangle
Rectangle with the location and size relative to a window.

See Also