Retrieves the dimensions of the bounding rectangle of the specified window.
Namespace: MindFusion.UI.WinForms
Assembly: MindFusion.Keyboard.WinForms
C# Copy Code |
---|
public static bool GetWindowRect ( |
Visual Basic Copy Code |
---|
Public Shared Function GetWindowRect( _ |
Handle to the window.
Pointer to a structure that receives the screen coordinates of the upper-left and lower-right corners of the window.
If the function succeeds, the return value is nonzero.