SharedWindowGetAreaOfElement Method
Gets the relative location and size of an element.
Namespace: Aliquo.WindowsAssembly: Aliquo.Windows (in Aliquo.Windows.dll) Version: 5.0.9179.22654
public static Rectangle GetAreaOfElement(
Object element
)
Public Shared Function GetAreaOfElement (
element As Object
) As Rectangle
- element Object
- Object with the element.
RectangleRectangle with the relative location and size of an element.