.. 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.AlphaPixelData_Accessor:
==========================================================================================================================================
|phoenix_title| **wx.AlphaPixelData_Accessor**
==========================================================================================================================================
|
|class_hierarchy| Class Hierarchy
=================================
.. raw:: html

Inheritance diagram for class
AlphaPixelData_Accessor:
|
|method_summary| Methods Summary
================================
================================================================================ ================================================================================
:meth:`~wx.AlphaPixelData_Accessor.__init__`
:meth:`~wx.AlphaPixelData_Accessor.Get`
:meth:`~wx.AlphaPixelData_Accessor.IsOk`
:meth:`~wx.AlphaPixelData_Accessor.MoveTo`
:meth:`~wx.AlphaPixelData_Accessor.Offset`
:meth:`~wx.AlphaPixelData_Accessor.OffsetX`
:meth:`~wx.AlphaPixelData_Accessor.OffsetY`
:meth:`~wx.AlphaPixelData_Accessor.Reset`
:meth:`~wx.AlphaPixelData_Accessor.Set`
:meth:`~wx.AlphaPixelData_Accessor.__bool__`
:meth:`~wx.AlphaPixelData_Accessor.__nonzero__`
:meth:`~wx.AlphaPixelData_Accessor.nextPixel`
================================================================================ ================================================================================
|
|api| Class API
===============
.. class:: wx.AlphaPixelData_Accessor(object)
**Possible constructors**::
AlphaPixelData_Accessor(data : AlphaPixelData) -> None
AlphaPixelData_Accessor(bmp : Bitmap, data : AlphaPixelData) -> None
AlphaPixelData_Accessor() -> None
.. method:: __init__(self, *args, **kw)
|overload| **Overloaded Implementations:**
:html:`
`
**__init__** `(self, data : AlphaPixelData)`
:param `data`:
:type `data`: :class:`AlphaPixelData`
:rtype: `None`
:html:`
`
**__init__** `(self, bmp : Bitmap, data : AlphaPixelData)`
:param `bmp`:
:type `bmp`: :class:`Bitmap`
:param `data`:
:type `data`: :class:`AlphaPixelData`
:rtype: `None`
:html:`
`
**__init__** `(self)`
:rtype: `None`
:html:`
`
.. method:: Get(self)
:rtype: `Any`
.. method:: IsOk(self)
:rtype: `bool`
.. method:: MoveTo(self, data : AlphaPixelData, x : int, y : int)
:param `data`:
:type `data`: :class:`AlphaPixelData`
:param `x`:
:type `x`: int
:param `y`:
:type `y`: int
:rtype: `None`
.. method:: Offset(self, data : AlphaPixelData, x : int, y : int)
:param `data`:
:type `data`: :class:`AlphaPixelData`
:param `x`:
:type `x`: int
:param `y`:
:type `y`: int
:rtype: `None`
.. method:: OffsetX(self, data : AlphaPixelData, x : int)
:param `data`:
:type `data`: :class:`AlphaPixelData`
:param `x`:
:type `x`: int
:rtype: `None`
.. method:: OffsetY(self, data : AlphaPixelData, y : int)
:param `data`:
:type `data`: :class:`AlphaPixelData`
:param `y`:
:type `y`: int
:rtype: `None`
.. method:: Reset(self, data : AlphaPixelData)
:param `data`:
:type `data`: :class:`AlphaPixelData`
:rtype: `None`
.. method:: Set(self, red: int, green: int, blue: int, alpha: int)
:rtype: `None`
.. method:: __bool__(self)
:rtype: `int`
.. method:: __nonzero__(self)
:rtype: `int`
.. method:: nextPixel(self)
:rtype: `None`