'Declaration
Public Overloads Sub MultiplyTransform( _
ByVal matrix As System.Drawing.Drawing2D.Matrix, _
ByVal order As System.Drawing.Drawing2D.MatrixOrder _
)
public void MultiplyTransform(
System.Drawing.Drawing2D.Matrix matrix,
System.Drawing.Drawing2D.MatrixOrder order
)
Parameters
matrix
4x4 System.Drawing.Drawing2D.Matrix object that multiplies the world transformation.
order
Member of the System.Drawing.Drawing2D.MatrixOrder enumeration that determines the order of the multiplication.
Remarks
A value of MatrixOrder.Prepend for the order parameter specifies that the order of the multiplication is matrix x world transformation. A value of MatrixOrder.Append for order specifies that the order of the multiplication is world transformation x matrix.