SharedWindowGetRectOfElement Method

Gets a rectangle structure with the location and size relative to an element.

Definition

Namespace: Aliquo.Windows
Assembly: Aliquo.Windows (in Aliquo.Windows.dll) Version: 5.0.9179.22654
C#
public static Rect GetRectOfElement(
	FrameworkElement element
)

Parameters

element  FrameworkElement
FrameworkElement with the element.

Return Value

Rect
Rect with the rectangle structure.

See Also