.. 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.PixelDataBase: ========================================================================================================================================== |phoenix_title| **wx.PixelDataBase** ========================================================================================================================================== | |class_hierarchy| Class Hierarchy ================================= .. raw:: html
Inheritance diagram for class PixelDataBase:
| |method_summary| Methods Summary ================================ ================================================================================ ================================================================================ :meth:`~wx.PixelDataBase.GetHeight` Return the height of the area this pixel data represents. :meth:`~wx.PixelDataBase.GetOrigin` Return the origin of the area this pixel data represents. :meth:`~wx.PixelDataBase.GetRowStride` Returns the distance between the start of one row to the start of the next row. :meth:`~wx.PixelDataBase.GetSize` Return the size of the area this pixel data represents. :meth:`~wx.PixelDataBase.GetWidth` Return the width of the area this pixel data represents. :meth:`~wx.PixelDataBase.__iter__` Create and return an iterator/generator object for traversing :meth:`~wx.PixelDataBase.__init__` ================================================================================ ================================================================================ | |property_summary| Properties Summary ===================================== ================================================================================ ================================================================================ :attr:`~wx.PixelDataBase.Height` See :meth:`~wx.PixelDataBase.GetHeight` :attr:`~wx.PixelDataBase.Origin` See :meth:`~wx.PixelDataBase.GetOrigin` :attr:`~wx.PixelDataBase.RowStride` See :meth:`~wx.PixelDataBase.GetRowStride` :attr:`~wx.PixelDataBase.Size` See :meth:`~wx.PixelDataBase.GetSize` :attr:`~wx.PixelDataBase.Width` See :meth:`~wx.PixelDataBase.GetWidth` ================================================================================ ================================================================================ | |api| Class API =============== .. class:: wx.PixelDataBase(object) **Possible constructors**:: PixelDataBase() .. method:: GetHeight(self) Return the height of the area this pixel data represents. :rtype: `int` .. method:: GetOrigin(self) Return the origin of the area this pixel data represents. :rtype: :ref:`wx.Point` .. method:: GetRowStride(self) Returns the distance between the start of one row to the start of the next row. :rtype: `int` .. method:: GetSize(self) Return the size of the area this pixel data represents. :rtype: :ref:`wx.Size` .. method:: GetWidth(self) Return the width of the area this pixel data represents. :rtype: `int` .. method:: __iter__(self) Create and return an iterator/generator object for traversing this pixel data object. .. method:: __init__(self) .. attribute:: Height See :meth:`~wx.PixelDataBase.GetHeight` .. attribute:: Origin See :meth:`~wx.PixelDataBase.GetOrigin` .. attribute:: RowStride See :meth:`~wx.PixelDataBase.GetRowStride` .. attribute:: Size See :meth:`~wx.PixelDataBase.GetSize` .. attribute:: Width See :meth:`~wx.PixelDataBase.GetWidth`