&rea 0 Light Poster

Hello,

I have got a matrix and I want to get his elements so I can work with them in an unsigned int[][] or in a similar way.

I have proved to get them with the method Element but it returns an array and I think it don't do what I want, something like this L[j];

Another thing that I have thought is to change this matrix into a String like this, but then I found the same problem. I don't know how to get this elements!


System::Drawing::Drawing2D::Matrix^ L;
System::String^ labelString=L->ToString();

Could anyone of you help me?

Thank you in advanced!