NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

Matrix.Multiply (Matrix, MatrixOrder)

[To be supplied.]

[Visual Basic]
Overloads Public Sub Multiply( _
   ByVal matrix As Matrix, _
   ByVal order As MatrixOrder _
)
[C#]
public void Multiply(
   Matrix matrix,
   MatrixOrder order
);
[C++]
public: void Multiply(
   Matrix* matrix,
   MatrixOrder order
);
[JScript]
public function Multiply(
   matrix : Matrix,
   order : MatrixOrder
);

Parameters

matrix
[To be supplied.]
order
[To be supplied.]

See Also

Matrix Class | Matrix Members | System.Drawing.Drawing2D Namespace | Matrix.Multiply Overload List