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