Vcl.Graphics.TMetafile.MMHeight

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

Delphi

property MMHeight: Integer read GetMMHeight write SetMMHeight;

C++

__property int MMHeight = {read=GetMMHeight, write=SetMMHeight, nodefault};

プロパティ

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

説明

メタファイルイメージの高さを 0.01 ミリメートル単位(エンハンストメタファイルが使用するネイティブなスケール)で示します。

MMHeight プロパティは,グラフィックの縦サイズの読み出し精度を高めるために使用します。これとは対照的に,Height プロパティは常にスクリーンデバイスのピクセル単位です。デバイスピクセルとミリメートルとの変換誤差を発生させないようにするには,寸法の設定や読み出しを MMHeight プロパティによるミリメートル単位で行います。

関連項目