Gets the dimensions of the bounding rectangle of the window.
The dimensions are given in screen coordinates that are relative to the upper-left corner of the screen.
Namespace:
callback.ShellBoost.Core.Utilities
Assembly:
callback.CBFSShell (in callback.CBFSShell.dll) Version: 22.0.0.0
Syntax public RECT Rect { get; }
Property Value
Type:
RECTA RECT structure that receives the screen coordinates of the upper-left and lower-right corners of the window.
See Also