|
THPDFPage.ShowImage
|
Κορυφή Προηγούμενο Επόμενο |
|
Shows image at specified coordinates.
Delphi syntax: procedure ShowImage ( ImageIndex: Integer; X, Y, W, H, Angle: Extended );
C++ syntax: void __fastcall ShowImage ( int ImageIndex, Extended x, Extended y, Extended w, Extended h, Extended Angle );
Description: Καλέστε το ShowImage για να ζωγραφίσετε image που καθορίζεται από index (ImageIndex που επιστρέφεται από THotPDF.AddImage), coordinates (X, Y), width και height (W, H) και angle (Angle)
Code Example
|