Retro video games delivered to your door every month!
Click above to get retro games delivered to your door ever month!
X-Hacker.org- Flipper 6.0 Help File - <b>in_view()</b> http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
IN_VIEW()
   Returns whether a point is in the viewport.

   Syntax
         nYesOrNo = IN_VIEW(nViewHandle,nXPos,nYPos)

   Arguments
         nViewHandle Sets the viewport number.
         nXPos       Sets the X coordinate of the point to check.
         nYPos       Sets the Y coordinate of the point to check.

   Returns
         nYesOrNo    Returns whether the specified point is in the specified
                     viewport.
                        0 - No
                        1 - Yes

   Description
         IN_VIEW() returns whether the point specified by nXPos, nYPos is in
         the viewport specified by nViewHandle.

See Also: VIEW_CLOSE() VIEW_CURR() VIEW_OPEN() VIEW_SWAP()

Online resources provided by: http://www.X-Hacker.org --- NG 2 HTML conversion by Dave Pearson