Apply the specified matrix by the specified order.

Namespace: Spire.Pdf.Graphics
Assembly: Spire.Pdf (in Spire.Pdf.dll) Version: 7.9.2.0 (7.9.2.1020)

Syntax

            
 C#  Visual Basic  Visual C++  F# 
public void Multiply(
	PdfMatrix matrix,
	PdfMatrixOrder order
)
Public Sub Multiply ( 
	matrix As PdfMatrix,
	order As PdfMatrixOrder
)
public:
void Multiply(
	PdfMatrix^ matrix, 
	PdfMatrixOrder order
)
member Multiply : 
        matrix : PdfMatrix * 
        order : PdfMatrixOrder -> unit 

Parameters

matrix
PdfMatrix
Matrix is to be multiplied.
order
PdfMatrixOrder
Represent the applying order.

See Also