返回指定坐标(x,y)位置处的 ButtonBarGroup 对象。
命名空间:
SuperMap.Desktop.UI程序集: SuperMap.Desktop.UI.Controls (in SuperMap.Desktop.UI.Controls)
版本: dll
语法
C# |
---|
public UIButtonBarGroup GetGroupFromPoint( int x, int y ) |
参数
- x
- Type: System..::.Int32
ButtonBarGroup 对象相对于控件左上角位置的 x 坐标。
- y
- Type: System..::.Int32
ButtonBarGroup 对象相对于控件左上角位置的 y 坐标。