PdfCanvas.Transform Method

Transforms coordinate system of this PdfCanvas by multiplying its current transformation matrix by specified PdfMatrix.

Namespace:  BitMiracle.Docotic.Pdf
Assembly:  BitMiracle.Docotic.Pdf (in BitMiracle.Docotic.Pdf.dll)

Syntax

C#
public void Transform(
	PdfMatrix transformation
)
VB
Public Sub Transform ( 
	transformation As PdfMatrix
)

Parameters

transformation
Type: BitMiracle.Docotic.Pdf.PdfMatrix
The matrix that multiplies current transformation matrix of this PdfCanvas.

See Also