SharedWindowGetWorkingAreaOfElement Method

Gets the location and size of the work area relative to an element.

Definition

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

Parameters

element  Object
Object with the element.

Return Value

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

See Also