Vcl.AxCtrls.TOleGraphic.MMWidth

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property MMWidth: Integer read GetMMWidth;

C++

__property int MMWidth = {read=GetMMWidth, nodefault};

Properties

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

Description

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

MMWidth is used for a more accurate reading of the horizontal size of the graphic. The Width 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 MMWidth.

See Also