Bounds
Bounds
Bounds,功能是返回左、上位置以及寬度、高度相應的矩形區域。
返回左、上位置以及寬度、高度相應的矩形區域
首部function Bounds(ALeft,atop, AWidth, AHeight: Integer): TRect; $[Types.pas功能返回左、上位置以及寬度、高度相應的矩形區域
說明
參考
例子Bevel1.BoundsRect:=Bounds(SpinEdit1.Value, SpinEdit2.Value, SpinEdit3.Value, SpinEdit4.Value);
例子setBounds(100,200,500,600);
是在屏幕左上角的焦點為0坐標,向右移動100個像素,向下移動200個像素,對話框寬為500個像素,高為600個像素。