DrawImageMatrix
Version history
This function was introduced in Quick PDF Library version 7.25.
Description
Draws the selected image on the page using a transformation matrix.
Syntax
Delphi
function TDebenuPDFLibrary1811.DrawImageMatrix(M11, M12, M21, M22, MDX,
MDY: Double): Integer;
ActiveX
Function DebenuPDFLibrary1811.PDFLibrary::DrawImageMatrix(M11 As Double,
M12 As Double, M21 As Double, M22 As Double, MDX As Double,
MDY As Double) As Long
DLL
int DPLDrawImageMatrix(int InstanceID, double M11, double M12, double M21,
double M22, double MDX, double MDY)
Parameters
M11 | Matrix component |
M12 | Matrix component |
M21 | Matrix component |
M22 | Matrix component |
MDX | Matrix component |
MDY | Matrix component |
Return values
0 | An image has not been selected |
1 | The image was drawn successfully |