.. 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.NativePixelData_Accessor: ========================================================================================================================================== |phoenix_title| **wx.NativePixelData_Accessor** ========================================================================================================================================== | |class_hierarchy| Class Hierarchy ================================= .. raw:: html
Inheritance diagram for class NativePixelData_Accessor:
| |method_summary| Methods Summary ================================ ================================================================================ ================================================================================ :meth:`~wx.NativePixelData_Accessor.__init__` :meth:`~wx.NativePixelData_Accessor.Get` :meth:`~wx.NativePixelData_Accessor.IsOk` :meth:`~wx.NativePixelData_Accessor.MoveTo` :meth:`~wx.NativePixelData_Accessor.Offset` :meth:`~wx.NativePixelData_Accessor.OffsetX` :meth:`~wx.NativePixelData_Accessor.OffsetY` :meth:`~wx.NativePixelData_Accessor.Reset` :meth:`~wx.NativePixelData_Accessor.Set` :meth:`~wx.NativePixelData_Accessor.__bool__` :meth:`~wx.NativePixelData_Accessor.__nonzero__` :meth:`~wx.NativePixelData_Accessor.nextPixel` ================================================================================ ================================================================================ | |api| Class API =============== .. class:: wx.NativePixelData_Accessor(object) **Possible constructors**:: NativePixelData_Accessor(data) NativePixelData_Accessor(bmp, data) NativePixelData_Accessor() .. method:: __init__(self, *args, **kw) |overload| Overloaded Implementations: :html:`

` **__init__** `(self, data)` :param `data`: :type `data`: :class:`NativePixelData` :html:`

` **__init__** `(self, bmp, data)` :param `bmp`: :type `bmp`: :class:`Bitmap` :param `data`: :type `data`: :class:`NativePixelData` :html:`

` **__init__** `(self)` :html:`

` .. method:: Get(self) :rtype: `PyObject` .. method:: IsOk(self) :rtype: `bool` .. method:: MoveTo(self, data, x, y) :param `data`: :type `data`: :class:`NativePixelData` :param `x`: :type `x`: int :param `y`: :type `y`: int .. method:: Offset(self, data, x, y) :param `data`: :type `data`: :class:`NativePixelData` :param `x`: :type `x`: int :param `y`: :type `y`: int .. method:: OffsetX(self, data, x) :param `data`: :type `data`: :class:`NativePixelData` :param `x`: :type `x`: int .. method:: OffsetY(self, data, y) :param `data`: :type `data`: :class:`NativePixelData` :param `y`: :type `y`: int .. method:: Reset(self, data) :param `data`: :type `data`: :class:`NativePixelData` .. method:: Set(self, red, green, blue) .. method:: __bool__(self) :rtype: `int` .. method:: __nonzero__(self) :rtype: `int` .. method:: nextPixel(self)