FMX.Platform.Win.SetScreenScale

提供: RAD Studio API Documentation
移動先: 案内検索

Delphi

procedure SetScreenScale(ScreenScale: Single);

C++

extern DELPHI_PACKAGE void __fastcall SetScreenScale(float ScreenScale);

プロパティ

種類 可視性 ソース ユニット
procedure
function
public
FMX.Platform.Win.pas
FMX.Platform.Win.hpp
FMX.Platform.Win FMX.Platform.Win

説明

これを使用して、設計者がフォームの設計時の倍率を調整できます。


ScreenScale パラメータは、倍率を単精度浮動小数点値(Single)として指定します。倍率は 0 から 1 までの値です。デフォルト値は 1 です。

関連項目