System.Types.Bounds
Delphi
function Bounds(ALeft, ATop, AWidth, AHeight: Integer): TRect;
プロパティ
種類 | 可視性 | ソース | ユニット | 親 |
---|---|---|---|---|
function | public | System.Types.pas | System.Types | System.Types |
説明
指定された大きさの四角形の TRect を返します。
Bounds を呼び出すと、点(ALeft, ATop)に左上隅がき、幅 AWidth、高さ AHeght を持つ、四角に相当する TRect を取得することができます。