Control.SizeFromClientSize Method (Size)
.NET Framework (current version)
Determines the size of the entire control from the height and width of its client area.
Assembly: System.Windows.Forms (in System.Windows.Forms.dll)
abstract SizeFromClientSize : clientSize:Size -> Size override SizeFromClientSize : clientSize:Size -> Size
Parameters
- clientSize
-
Type:
System.Drawing.Size
A Size value representing the height and width of the control's client area.
Return Value
Type: System.Drawing.SizeA Size value representing the height and width of the entire control.
.NET Framework
Available since 2.0
Available since 2.0
Show: