ComponentTray.SetLocation(IComponent, Point) Metodo

Definizione

Imposta il componente specificato sulla posizione specificata.

public:
 void SetLocation(System::ComponentModel::IComponent ^ receiver, System::Drawing::Point location);
public void SetLocation (System.ComponentModel.IComponent receiver, System.Drawing.Point location);
member this.SetLocation : System.ComponentModel.IComponent * System.Drawing.Point -> unit
Public Sub SetLocation (receiver As IComponent, location As Point)

Parametri

receiver
IComponent

Oggetto IComponent di cui impostare la posizione.

location
Point

Oggetto Point che indica la nuova posizione del componente specificato.

Si applica a