SharedWindowGetAreaOfWindow Method
Gets the location and size relative to a window.
Namespace: Aliquo.WindowsAssembly: Aliquo.Windows (in Aliquo.Windows.dll) Version: 5.0.9179.22654
public static Rectangle GetAreaOfWindow(
Object window
)
Public Shared Function GetAreaOfWindow (
window As Object
) As Rectangle
- window Object
- Object with the window.
RectangleRectangle with the location and size relative to a window.