MFCs 'CRgn'

  • Thread starter Thread starter Brian Burgess
  • Start date Start date
B

Brian Burgess

Hi all,

Does the compact framework have anything relating to MFCs 'CRgn' class? I
need to hit-test an polygonal area on a window.

thanks in advance..

-BB
 
yuck! !@#$#@!%#$@!%

ok thanks

-BB


Lloyd Dupont said:
if you go there:
http://msdn.microsoft.com/library/en-us/dv_spchk/html/NET_Compact_Framework.htm

you have an online documentation highlighting all the difference between the
CF and the full .NET framework.

it's possible to download as a single archive but I can't find the link
again

in it you'll see that Region is stripped of all this method with Graphics
path and such.
therefore you're limited to use rectangle ...


it
 
It is fairly easy to P/Invoke Region-handling functions. You can build a
polygonal region and then call PtInRgn() to do hit test
 
Back
Top