FMX.Printer.TPrinterDevice.DPI

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

Delphi

property DPI[Index: Integer]: TPoint read GetDPI;

C++

__property System::Types::TPoint DPI[int Index] = {read=GetDPI};

プロパティ

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

説明

このプリンタ デバイスの、サポートされている DPI(ドット/1インチ)解像度を示します。

DPI プロパティを読み込むと、このプリンタ デバイスの水平および垂直のピクセル数(解像度)を保有する、TPoint 値を取得することができます。Index パラメータは、利用可能な DPI のリスト内にある、その DPI から値を取得するのかを示します。

関連項目