.. wxPython Phoenix documentation

   This file was generated by Phoenix's sphinx generator and associated
   tools, do not edit by hand.

   Copyright: (c) 2011-2020 by Total Control Software
   License:   wxWindows License

.. include:: headings.inc



.. _wx.OutCode:

==========================================================================================================================================
|phoenix_title|  **wx.OutCode**
==========================================================================================================================================



The `OutCode` enumeration provides the following values:



================================================================================ ================================================================================
**Description**                                                                  **Value**
================================================================================ ================================================================================
Inside                                                                           The point is inside the rectangle. 
                     
OutLeft                                                                          The point is outside of the rectangle, to its left. 
                     
OutRight                                                                         The point is outside of the rectangle, to its right. 
                     
OutTop                                                                           The point is outside of the rectangle, above it. 
                     
OutBottom                                                                        The point is outside of the rectangle, below it. 
                     
================================================================================ ================================================================================

|

