Field IGDIPlus.TGPWmfPlaceableFileHeader.Inch
(Automated Syncronization with Documentation) |
(Automated Syncronization with Documentation) |
(13 intermediate revisions by one user not shown) |
Latest revision as of 01:32, 7 June 2013
This is a Beta Read Only version of this page. Please review and send recommendations to mitov@mitov.com. We will enable the editing as soon as we are happy with the overall Wiki site.
Class: TGPWmfPlaceableFileHeader
Contents |
Syntax
Delphi:
Inch : INT16;
C++ Builder:
INT16 Inch;
Visual C++ (MFC):
INT16 Inch;
C# (.NET):
public INT16 Inch;
Summary
Number of twips per inch used to represent the image. Normally, there are 1440 twips per inch; however, this number can be changed to scale the image. * A value of 720 specifies that the image is twice its normal size. * A value of 360 specifies that the image is four times its normal size. * A value of 2880 specifies that the image is half its normal size.
Description
Number of twips per inch used to represent the image. Normally, there are 1440 twips per inch; however, this number can be changed to scale the image. * A value of 720 specifies that the image is twice its normal size. * A value of 360 specifies that the image is four times its normal size. * A value of 2880 specifies that the image is half its normal size.