PdfTilingPattern.SetPatternMatrix Method

PDF File Writer

PdfTilingPatternSetPatternMatrix Method

Set pattern transformation matrix

Namespace:  PdfFileWriter
Assembly:  PdfFileWriter (in PdfFileWriter.dll) Version: 1.1.24.0 (1.1.24.0)
Syntax
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
Remarks
Xpage = a * Xuser + c * Yuser + e Ypage = b * Xuser + d * Yuser + f
See Also