Jump to content

nesa

Newbies
  • Posts

    3
  • Joined

  • Last visited

Everything posted by nesa

  1. FWIW I tried passing in dstArgs.Bounds and I just seem to get the surface bounds back. :?
  2. Hiya, I did check the EffectEnvironmentParameters and couldn't see much. It seems to provide BackColor, ForeColor and BrushWidth along with a GetSelection method which seemed promising but takes a Rectangle and returns a PdnRegion which doesn't seem quite what I wanted. Although I haven't worked long with this so it could be I'm misunderstanding the method I thought maybe the rectangle could be a subset of the image, allowing you to grab a part of the selection only. But if I pass in dstArgs.Bounds I simply get the surface bounds again.
  3. Is there actually a way to obtain the bounds of the current selection? I just want a rectangle that encloses the selection. If I can't get the information then I'm limited to using the centre of the image (assuming I dont add some fiddly control in the effect dialog to enable the user to adjust the origin)? I thought the dstArgs.Bounds inside the render() method would be this information, but it doesn't appear so. Just wondering if I'm missing something. If not, could this be added sometime maybe? :wink:
×
×
  • Create New...