Example #1
0
 /// <summary>
 /// Modifies the Current Transformation Matrix (CTM) by prepending the Matrix transform specified
 /// </summary>
 /// <remarks>
 /// This enables any 'non-standard' transforms (eg skew, reflection) to be used for drawing,
 /// and provides the link to the extra transform capabilities provided by Xwt.Drawing.Matrix
 /// </remarks>
 public void ModifyCTM(Matrix transform)
 {
     handler.ModifyCTM(Backend, transform);
 }