Exemplo n.º 1
0
 public virtual void TranslateTransform(float dx, float dy)
 {
     matrix.TranslateBy(dx, dy);
 }