Matrix object

HI!

Someone know if it’s possible to use matrix in FlexPendant application ?
Like - Matrix m = new Matrix(10, 5);

I want to rotate image !

Hi,

Unfortunately, you have to use a third-party library for matrices, e.g. the one here: http://www.csharpfr.com/code.aspx?ID=34171.

Ilian