.NET Matrix Library
ToCMatrix Method
See Also  Send Feedback



Converts the current Matrix to a CMatrix object.

Syntax

Visual Basic (Declaration) 
Public Function ToCMatrix() As CMatrix
Visual Basic (Usage)Copy Code
Dim instance As Matrix
Dim value As CMatrix
 
value = instance.ToCMatrix()
C# 
public CMatrix ToCMatrix()
C++/CLI 
public:
CMatrix^ ToCMatrix(); 

Return Value

A CMatrix object that contains the same values as the current Matrix.

Requirements

Target Platforms: Windows 2000, Windows XP, Windows Server 2003 family, Windows Vista, Windows Server 2008 family, Windows 7

See Also

.NET Matrix Library