Skip to main content
.NET Framework Class Library
Control..::.SizeFromClientSize Method

Determines the size of the entire control from the height and width of its client area.

Namespace: System.Windows.Forms
Assembly: System.Windows.Forms (in System.Windows.Forms.dll)
Syntax
Protected Overridable Function SizeFromClientSize ( _
	clientSize As Size _
) As Size
protected virtual Size SizeFromClientSize(
	Size clientSize
)
protected:
virtual Size SizeFromClientSize(
	Size clientSize
)
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..::.Size
A Size value representing the height and width of the entire control.
Version Information

.NET Framework

Supported in: 4, 3.5, 3.0, 2.0

.NET Framework Client Profile

Supported in: 4, 3.5 SP1
Platforms

Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows XP SP2 x64 Edition, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

The .NET Framework does not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.