ImageEn, unit iexPdfiumCore

TPdfObject.TransformEx

TPdfObject.TransformEx


Declaration

procedure TransformEx(a, b, c, d, e, f: Double);


Description

Applies a transformation to a page object using a given matrix.

A matrix is defined as:


It can be used to scale, rotate, shear and translate objects, but you are better to use one of the following:
 X
 Y
 Width
 Height
 Matrix
 Scale
 Translate

Note:
 You must call ImageEnView1.Invalidate() after using TransformEx()
 To replace the existing matrix of the object, set Matrix