HotPDF Developer Reference
Delphi and C++Builder PDF component help
|
THPDFPage.ShowMetafile
|
Top Previous Next |
|
Shows image at specified coordinates.
Delphi syntax: procedure ShowMetafile( MetaFile: TMetaFile ); overload; procedure ShowMetafile( MetaFile: TMetafile; X, Y, HorScale, VertScale: Extended ); overload;
Description: Call ShowMetafile to paint metafile specified the coordinates ( X, Y ) and horizontal and vertical scale ( HorScale, VertScale ).
|