Click or drag to resize

PdfMatrixRotationAtMatrix Method

Creates a PdfMatrix to represent a translation followed by rotation by the specified values.

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

Parameters

translateX
Type: SystemDouble
The horizontal displacement.
translateY
Type: SystemDouble
The vertical displacement.
angle
Type: SystemDouble
The rotation angle.

Return Value

Type: PdfMatrix
The rotation PdfMatrix at the specified point.
See Also