RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TMetafile.Inch Property

Returns the units per inch that are used for the metafile's coordinate mapping.

Pascal
property Inch: Word;
C++
__property Word Inch;

Use Inch to find the units per inch assumed by a WMF metafile, and to alter scale when writing as WMF, but otherwise this property is obsolete. Enhanced metafiles maintain complete scale information internally. For example, if the metafile was created in a Twips coordinate system (using MM_TWIPS mapping), the value of Inch is 1440. 

 

Copyright(C) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
What do you think about this topic? Send feedback!