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 지정된 구성 요소의 새 위치를 나타내는 형식입니다.

적용 대상