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