jsonchiu Posted August 23, 2007 Posted August 23, 2007 Is there any way to determine the edge of the selected area? Or maybe at least how far is a pixel to the edge of the selection. And I mean a selection made by the lasso tool or the eclipse tool. I need it for my bevel plugin... :? Quote Some links: | Personal Website | Alien Attack | Try out my plugins: | Antialias | Diagonal Lines |
Rick Brewster Posted August 23, 2007 Posted August 23, 2007 Should be, this.EnvironmentParameters.GetSelection(srcArgs.Bounds) which will return a PdnRegion. Quote The Paint.NET Blog: https://blog.getpaint.net/ Donations are always appreciated! https://www.getpaint.net/donate.html
jsonchiu Posted August 23, 2007 Author Posted August 23, 2007 And we use selectionRegion.IsVisible(x, y) ? Quote Some links: | Personal Website | Alien Attack | Try out my plugins: | Antialias | Diagonal Lines |
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.