Exemplo n.º 1
0
 public Point InverseTransform(Point p)
 {
     return(Points.InverseTransform(p.x, p.y, ScaleX, ScaleY, Rotation, Tx, Ty));
 }