通过


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 构造函数初始化。

适用于

另请参阅