|
-
Apr 10th, 2003, 08:06 PM
#1
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.

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)
Last edited by MrPolite; Apr 10th, 2003 at 08:09 PM.
rate my posts if they help ya!
Extract thumbnail without reading the whole image file: (C# - VB)
Apply texture to bitmaps: (C# - VB)
Extended console library: (VB)
Save JPEG with a certain quality (image compression): (C# - VB )
VB.NET to C# conversion tips!!
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|