Click or drag to resize

PdfMatrixCreate Method

Creates a PdfMatrix with the specified attributes.

Namespace:  Opait.Pdf.Api
Assembly:  Opait.Pdf.Api (in Opait.Pdf.Api.dll) Version: 1.3.3.0
Syntax
C#
public static PdfMatrix Create(
	double scaleX,
	double scaleY,
	double translateX,
	double translateY,
	double angle
)

Parameters

scaleX
Type: SystemDouble
The horizontal scale factor.
scaleY
Type: SystemDouble
The vertical scale factor.
translateX
Type: SystemDouble
The horizontal displacement.
translateY
Type: SystemDouble
The vertical displacement.
angle
Type: SystemDouble
The angle of rotation.

Return Value

Type: PdfMatrix
The transformation matrix.
See Also