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