Exemple #1
0
 /// <summary>
 /// Sets the scale of the font.
 /// </summary>
 /// <param name="x"></param>
 /// <param name="y"></param>
 public void SetScale(double x, double y)
 {
     impl.SetScale(x, y);
 }