SharedWindowGetRectOfElement Method
Gets a rectangle structure with the location and size relative to an element.
Namespace: Aliquo.WindowsAssembly: Aliquo.Windows (in Aliquo.Windows.dll) Version: 5.0.9179.22654
public static Rect GetRectOfElement(
FrameworkElement element
)
Public Shared Function GetRectOfElement (
element As FrameworkElement
) As Rect
- element FrameworkElement
- FrameworkElement with the element.
RectRect with the rectangle structure.