I am programming a vector drawing program, using interactive drawing with a mouse. It works really well until I try to scale the drawing. Then the mouse cooridinates are not using the same scale as the existing drawing.
So I nned to scale the mouse movement based on the scale of the drawing.
Is there an easy way to do this ?
cheers,
Jim Parker



