Gets the position of this element relative to the client area of the page.
Source
Rectangle get client => new Rectangle(clientLeft, clientTop, clientWidth,
clientHeight);
Gets the position of this element relative to the client area of the page.
Rectangle get client => new Rectangle(clientLeft, clientTop, clientWidth,
clientHeight);