SharedWindowGetAreaOfElement Method

Gets the relative location and size of an element.

Definition

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

Parameters

element  Object
Object with the element.

Return Value

Rectangle
Rectangle with the relative location and size of an element.

See Also