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

プロパティ値

この Rectangle 構造体の左上隅を表す Point

属性

適用対象