Vcl.Graphics.TMetafile.MMHeight

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property MMHeight: Integer read GetMMHeight write SetMMHeight;

C++

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

Properties

Type Visibility Source Unit Parent
property public
Vcl.Graphics.pas
Vcl.Graphics.hpp
Vcl.Graphics TMetafile

Description

Contains the height of the metafile image in 0.01 millimeter units, the native scale used by enhanced metafiles.

MMHeight is used for a more accurate reading of the vertical size of the graphic. The Height property, by contrast, is always in screen device pixel units; to avoid loss of precision in converting between device pixels and millimeters, set or read the dimensions in millimeters with MMHeight.

See Also