Graphics.MultiplyTransform

MultiplyTransform(Matrix)

Multiplies the world transformation of this Graphics and specified the Matrix.

public void MultiplyTransform(Matrix matrix)
ParameterTypeDescription
matrixMatrix4x4 Matrix that multiplies the world transformation.

See Also


MultiplyTransform(Matrix, MatrixOrder)

Multiplies the world transformation of this Graphics and specified the Matrix in the specified order.

public void MultiplyTransform(Matrix matrix, MatrixOrder order)
ParameterTypeDescription
matrixMatrix4x4 Matrix that multiplies the world transformation.
orderMatrixOrderMember of the MatrixOrder enumeration that determines the order of the multiplication.

See Also