Method wnd.ResizeClient
Overload
Resizes this window to match the specified client area size. Calls wnd.ResizeL.
public void ResizeClient(int? width, int? height)
Parameters
width (int?)
Client area width. Use |
height (int?)
Client area height. Use |