ComponentTray.SetLocation(IComponent, Point) Metódus

Definíció

A megadott összetevő helyét a megadott helyre állítja.

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)

Paraméterek

receiver
IComponent

A IComponent hely beállításához.

location
Point

A Point megadott összetevő új helyét jelző hely.

A következőre érvényes: