Hello,
I will use this constructor Matrix(RectangleF rect, PointF[] plgpts) in System.Drawing.Drawing2D (which take a rectangle in parameter) in a wpf app but I don't find the equivalent in System.Windows.Media.Matrix.
I'm not masterize matrix and this constructor is very easy to use. Is there an other solution ?
Many thanks