Control.SizeFromClientSize(Size) Método
Definición
Determina el tamaño de todo el control a partir del alto y el ancho de su área cliente.Determines the size of the entire control from the height and width of its client area.
protected:
virtual System::Drawing::Size SizeFromClientSize(System::Drawing::Size clientSize);
protected virtual System.Drawing.Size SizeFromClientSize (System.Drawing.Size clientSize);
abstract member SizeFromClientSize : System.Drawing.Size -> System.Drawing.Size
override this.SizeFromClientSize : System.Drawing.Size -> System.Drawing.Size
Protected Overridable Function SizeFromClientSize (clientSize As Size) As Size
Parámetros
- clientSize
- Size
Valor Size que representa el alto y el ancho del área cliente del control.A Size value representing the height and width of the control's client area.
Devoluciones
Valor Size que representa el alto y el ancho de todo el control.A Size value representing the height and width of the entire control.