Framework.WindowClientRectangle Property (WindowClientRectangle)
Retrieves the size and location of the window that is rendering.
Visual Basic Public ReadOnly Property WindowClientRectangle As Rectangle C# public Rectangle WindowClientRectangle { get; }
C++ public:
property RectangleWindowClientRectangle {
Rectangleget();
}JScript public function get WindowClientRectangle() : Rectangle
System.Drawing.Rectangle
This property is read-only.
Retrieves the size and location of the window that is rendering.
Show:
