调整大小
设置控件的新宽度/高度。
virtual bool Resize(
const int w, // 宽度
const int h // 高度
)参数
w
[输入] 新宽度。
h
[输入] 新高度。
返回值
true 如果成功, 否则 false。
设置控件的新宽度/高度。
virtual bool Resize(
const int w, // 宽度
const int h // 高度
)w
[输入] 新宽度。
h
[输入] 新高度。
true 如果成功, 否则 false。