wxArt2D
hittest.h
Go to the documentation of this file.
1 /*! \file wx/canvas/hittest.h
2  \brief general hittest functions
3  \author Klaas Holwerda, Michael Sögtrop
4 
5  Copyright: 2001-2004 (C) Klaas Holwerda, Michael Sögtrop
6 
7  Licence: wxWidgets licence
8 
9  RCS-ID: $Id: hittest.h,v 1.4 2006/12/13 21:43:24 titato Exp $
10 */
11 
12 #ifndef _WX_HITTEST__
13 #define _WX_HITTEST__
14 
15 #include "wx/geometry.h"
16 
17 // !Hittest for rectangles
18 a2dHit HitTestRectangle( double xtest, double ytest, double xmin, double ymin, double xmax, double ymax, double margin );
19 
20 #endif
21 
struct for how a single object on one layer was hit
Definition: polyver.h:38
hittest.h Source File -- Sun Oct 12 2014 17:04:21 -- Sun Oct 12 2014 -- 1.8.5 -- wxArt2D -- . -- Main Page Reference Documentation