Vcl.Controls.TWinControl.PixelsPerInch

提供:RAD Studio API Documentation

Delphi

property PixelsPerInch: Integer read GetPixelsPerInch write SetPixelsPerInch

C++

__property int PixelsPerInch = {read=GetPixelsPerInch, write=SetPixelsPerInch, stored=false, nodefault};

プロパティ

種類 可視性 ソース ユニット
property public
Vcl.Controls.pas
Vcl.Controls.hpp
Vcl.Controls TWinControl


説明

コントロールのフォントの論理インチとピクセル間の、変換係数を示します。

関連項目