Exemple #1
0
 /// <summary>
 /// Resets the current trasnformation matrix (CTM) to the Identity Matrix
 /// </summary>
 public void ResetTransform()
 {
     handler.ResetTransform(Backend);
 }