Complicated--applying Scale-Transform to a series of points
lets say I have an array of points and I want to apply a ScaleTransform to them. I dont know if .NET provides a way to do this or not, but I hope it does. This pic shows what I want to do.
http://www.vbforums.com/attachment.php?postid=1409112
Basically there is a series of points and you are RESIZING them like a picture. I know it's possible to do translateTransform to an array of Points, but I don't know about the scale transform...I hope someone knows how to do this.... any ideas?
(by Point, I mean System.Drawing.Point.... I'm not actually drawing anything with the points. I just want their coordinates to change)