DesignerRegionMouseEventArgs.Location 属性
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
获取单击的控件中的位置。
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 构造函数初始化。