FMX.Printer.TPrinterDevice.FDPIList

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

Delphi

FDPIList: TList<TPoint>; // list of DPI resolutions

C++

System::Generics::Collections::TList__1<System::Types::TPoint>* FDPIList;

プロパティ

種類 可視性 ソース ユニット
field protected
FMX.Printer.pas
FMX.Printer.hpp
FMX.Printer TPrinterDevice

説明

利用可能な DPI 解像度のリストを保持している protected フィールドです。

関連項目