DesignerRegionMouseEventArgs.Location 屬性

定義

取得所按下之控制項內的位置。

public:
 property System::Drawing::Point Location { System::Drawing::Point get(); };
public System.Drawing.Point Location { get; }
member this.Location : System.Drawing.Point
Public ReadOnly Property Location As Point

屬性值

Point,識別所按下之區域內的位置。

備註

屬性 Location 包含座標,可識別您按一下的位置,相對於區域的左上角。

屬性 Location 是由 DesignerRegionMouseEventArgs 建構函式初始化。

適用於

另請參閱