***************** wx.AlphaPixelData ***************** Inheritance diagram for `wx.AlphaPixelData`: | .. inheritance-diagram:: wx.AlphaPixelData | Description =========== Proxy of C++ AlphaPixelData class. Methods Summary ^^^^^^^^^^^^^^^ * `__init__ <#__init__>`_ * `GetPixels <#GetPixels>`_ * `UseAlpha <#UseAlpha>`_ Properties Summary ^^^^^^^^^^^^^^^^^^ * `Pixels <#Pixels>`_ Class API ========= Methods ^^^^^^^ .. method:: __init__(bmp) Constructor. Alternative signatures: `__init__(self, wx.Bitmap bmp, wx.Rect rect)` `__init__(self, wx.Bitmap bmp, wx.Point pt, wx.Size sz)` **Parameters:** * `bmp` (`wx.Bitmap `_) | **Returns:** `wx.AlphaPixelData `_ -------- .. method:: GetPixels() `No docstrings available for this method.` -------- .. method:: UseAlpha() `No docstrings available for this method.` -------- Properties ^^^^^^^^^^ .. attribute:: Pixels See `GetPixels <#GetPixels>`_