PDF File Writer Class Library - Author Uzi Granot
PdfTilingPatternSetPatternMatrix Method |
Set pattern transformation matrix
Namespace: PdfFileWriter
Assembly: PdfFileWriter (in PdfFileWriter.dll) Version: 1.1.24.0 (1.1.24.0)

C#
public void SetPatternMatrix( double a, double b, double c, double d, double e, double f )
Parameters
- a
- Type: SystemDouble
A - b
- Type: SystemDouble
B - c
- Type: SystemDouble
C - d
- Type: SystemDouble
D - e
- Type: SystemDouble
E - f
- Type: SystemDouble
F

Xpage = a * Xuser + c * Yuser + e
Ypage = b * Xuser + d * Yuser + f
