Bottom (Get 方法)

获取控件右下角的 Y 坐标。

int  Bottom()

返回值

控件右下角的 Y 坐标。

Bottom (Set 方法)

设置控件右下角的 Y 坐标。

void  Bottom(
   const int  y      // y 坐标
   )

参数

y

[输入]  新的右下角 Y 坐标。

返回值

无。