RectangleF.Location 속성

정의

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

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

속성 값

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

특성

적용 대상