Vcl.AxCtrls.TOleGraphic.MMHeight

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property MMHeight: Integer read GetMMHeight;      // in .01 mm units

C++

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

Properties

Type Visibility Source Unit Parent
property public
Vcl.AxCtrls.pas
Vcl.AxCtrls.hpp
Vcl.AxCtrls TOleGraphic

Description

Indicates the height of the OLE graphic in 0.01 millimeter units.

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