|
THPDFPage.ShowMetafile
|
Κορυφή Προηγούμενο Επόμενο |
|
Shows image at specified coordinates.
Delphi syntax: procedure ShowMetafile( MetaFile: TMetaFile ); overload; procedure ShowMetafile( MetaFile: TMetafile; X, Y, HorScale, VertScale: Extended ); overload;
Description: Καλέστε το ShowMetafile για να ζωγραφίσετε metafile με καθορισμένα coordinates (X, Y) και horizontal και vertical scale (HorScale, VertScale)
|