.. wxPython Phoenix documentation

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

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

.. include:: headings.inc



.. _wx.NativePixelData:

==========================================================================================================================================
|phoenix_title|  **wx.NativePixelData**
==========================================================================================================================================

                A class providing direct access to a :class:`wx.Bitmap`'s
                internal data without alpha channel (``RGB``).
                  




|

|class_hierarchy| Class Hierarchy
=================================

.. raw:: html

   <div id="toggleBlock" onclick="return toggleVisibility(this)" class="closed" style="cursor:pointer;">
   <img id="toggleBlock-trigger" src="_static/images/closed.png"/>
   Inheritance diagram for class <strong>NativePixelData</strong>:
   </div>
   <div id="toggleBlock-summary" style="display:block;"></div>
   <div id="toggleBlock-content" style="display:none;">
   <p class="graphviz">
   <center><img src="_static/images/inheritance/wx.NativePixelData_inheritance.png" alt="Inheritance diagram of NativePixelData" usemap="#dummy" class="inheritance"/></center>
   </div>
   <script type="text/javascript">toggleVisibilityOnLoad(document.getElementById('toggleBlock'))</script>
   <map id="dummy" name="dummy"> <area shape="rect" id="node1" href="wx.NativePixelData.html" title="wx.NativePixelData" alt="" coords="5,5,147,35"/> </map> 
   </p>

|


|method_summary| Methods Summary
================================

================================================================================ ================================================================================
:meth:`~wx.NativePixelData.__init__`                                             
:meth:`~wx.NativePixelData.GetPixels`                                            
:meth:`~wx.NativePixelData.__bool__`                                             
:meth:`~wx.NativePixelData.__nonzero__`                                          
================================================================================ ================================================================================


|


|property_summary| Properties Summary
=====================================

================================================================================ ================================================================================
:attr:`~wx.NativePixelData.Pixels`                                               See :meth:`~wx.NativePixelData.GetPixels`
================================================================================ ================================================================================


|


|api| Class API
===============


.. class:: wx.NativePixelData(PixelDataBase)

   **Possible constructors**::

       NativePixelData(bmp)
       
       NativePixelData(bmp, rect)
       
       NativePixelData(bmp, pt, sz)
       
   
   A class providing direct access to a :class:`wx.Bitmap`'s
   internal data without alpha channel (``RGB``).



   .. method:: __init__(self, *args, **kw)



      |overload| Overloaded Implementations:

      **~~~**

      
      **__init__** `(self, bmp)`
      
      
      
      
      :param `bmp`: 
      :type `bmp`: :class:`Bitmap`
      
      
      
      
      
      
      **~~~**

      
      **__init__** `(self, bmp, rect)`
      
      
      
      
      :param `bmp`: 
      :type `bmp`: :class:`Bitmap`
      :param `rect`: 
      :type `rect`: :class:`Rect`
      
      
      
      
      
      
      **~~~**

      
      **__init__** `(self, bmp, pt, sz)`
      
      
      
      
      :param `bmp`: 
      :type `bmp`: :class:`Bitmap`
      :param `pt`: 
      :type `pt`: :class:`Point`
      :param `sz`: 
      :type `sz`: :class:`Size`
      
      
      
      
      
      
      **~~~**






   .. method:: GetPixels(self)



      :rtype: :ref:`wx.NativePixelData_Accessor`








   .. method:: __bool__(self)



      :rtype: `int`








   .. method:: __nonzero__(self)



      :rtype: `int`








   .. attribute:: Pixels

      See :meth:`~wx.NativePixelData.GetPixels`

