Vcl.Controls.TControl.ScaleConstraints
Delphi
procedure ScaleConstraints(M, D: Integer);
C++
void __fastcall ScaleConstraints(int M, int D);
プロパティ
種類 | 可視性 | ソース | ユニット | 親 |
---|---|---|---|---|
procedure function |
protected | Vcl.Controls.pas Vcl.Controls.hpp |
Vcl.Controls | TControl |
説明
Constraints プロパティの値を、渡された比率に拡大/縮小します。
ScaleConstraints を使用すると、Constraints プロパティの値を、渡された M/D の比率に拡大/縮小できます。