다음을 통해 공유


ComponentTray.SetLocation(IComponent, Point) 메서드

정의

지정된 구성 요소의 위치를 지정된 위치로 설정합니다.

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)

매개 변수

receiver
IComponent

위치를 설정할 IComponent입니다.

location
Point

지정된 구성 요소의 새 위치를 나타내는 Point입니다.

적용 대상