Vcl.Controls.TWinControl.ScalePadding
Delphi
procedure ScalePadding(M, D: Integer);
C++
void __fastcall ScalePadding(int M, int D);
プロパティ
種類 | 可視性 | ソース | ユニット | 親 |
---|---|---|---|---|
procedure function |
protected | Vcl.Controls.pas Vcl.Controls.hpp |
Vcl.Controls | TWinControl |
説明
コントロールのパディングを渡された比率に拡大/縮小します。
ScalePadding を呼び出すと、コントロールのパディング座標を、渡された M/D の比率に拡大/縮小できます。