Form.SetBoundsCore(Int32, Int32, Int32, Int32, BoundsSpecified) Método

Definición

Realiza la tarea de configurar los límites especificados de este control.

protected:
 override void SetBoundsCore(int x, int y, int width, int height, System::Windows::Forms::BoundsSpecified specified);
protected override void SetBoundsCore (int x, int y, int width, int height, System.Windows.Forms.BoundsSpecified specified);
override this.SetBoundsCore : int * int * int * int * System.Windows.Forms.BoundsSpecified -> unit
Protected Overrides Sub SetBoundsCore (x As Integer, y As Integer, width As Integer, height As Integer, specified As BoundsSpecified)

Parámetros

x
Int32

Nuevo valor de la propiedad Left del control.

y
Int32

Nuevo valor de la propiedad Top del control.

width
Int32

Nuevo valor de la propiedad Width del control.

height
Int32

Nuevo valor de la propiedad Height del control.

specified
BoundsSpecified

Combinación bit a bit de los valores de BoundsSpecified.

Se aplica a

Consulte también