Rectangle.Location 속성

정의

Rectangle 구조체의 왼쪽 위 모퉁이의 좌표를 가져오거나 설정합니다.

public:
 property System::Drawing::Point Location { System::Drawing::Point get(); void set(System::Drawing::Point value); };
[System.ComponentModel.Browsable(false)]
public System.Drawing.Point Location { get; set; }
public System.Drawing.Point Location { get; set; }
[<System.ComponentModel.Browsable(false)>]
member this.Location : System.Drawing.Point with get, set
member this.Location : System.Drawing.Point with get, set
Public Property Location As Point

속성 값

Point 구조체의 왼쪽 위 모퉁이를 나타내는 Rectangle입니다.

특성

적용 대상