HotPDF Delphi PDF Component Developer Guide | ![]() |
THPDFPage.ShowImage
|
Top Previous Next |
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: Call ShowImage to paint image specified by index ( ImageIndex returned by THotPDF.AddImage ), coordinates ( X, Y ), width and height ( W, H ) and angle ( Angle ).
|
Copyright©2007-2019 losLab.com |