public Matrix( int rows, int cols, IntPtr data, int step )
Public Sub New ( _ rows As Integer, _ cols As Integer, _ data As IntPtr, _ step As Integer _ )
public: Matrix( int rows, int cols, IntPtr data, int step )