lytico / xwt

MIT License
1 stars 2 forks source link

Matrix #3

Closed lytico closed 11 years ago

lytico commented 12 years ago

Matrix should have a backend, but working without backend too, be standalone (without canvas, but with backend) and, with a property, reflect the canvas-backend transforms, like Canvas.Matrix {get}, and maybe Canvas.Matrix {set} too. current implementoin has no getter for transforms; this would add them over the matrix.

starting point: http://limada.git.sourceforge.net/git/gitweb.cgi?p=limada/limada;a=blob_plain;f=src/Limaki.View/Limaki.Drawing/Matrice.cs;hb=HEAD and backend-imp: http://limada.git.sourceforge.net/git/gitweb.cgi?p=limada/limada;a=blob_plain;f=src/Limaki.Presenter.Winform/Drawing.GDI/GDIMatrice.cs;hb=fc9ff01d4213bda9b1d3f5421d104b7ce814e188

lytico commented 11 years ago

https://github.com/mono/xwt/pull/139

lytico commented 11 years ago

https://github.com/mono/xwt/pull/139