Results 1 to 8 of 8

Thread: Algorithm...Point in Region??? [Resolved, but read me anyway :)]

Threaded View

  1. #1

    Thread Starter
    type Woss is new Grumpy; wossname's Avatar
    Join Date
    Aug 2002
    Location
    #!/bin/bash
    Posts
    5,682

    Cool Algorithm...Point in Region??? [Resolved, but read me anyway :)]

    How does the API function...

    Declare Function PtInRegion Lib "gdi32" Alias "PtInRegion" (ByVal hRgn As Long, ByVal x As Long, ByVal y As Long) As Long

    ...work?

    I don't mean "how do I use it?" though, I already know that

    What algorithm is it based on? Does anyone have code for a similar algorithm?
    Last edited by wossname; Dec 10th, 2003 at 06:04 AM.
    I don't live here any more.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width