 
       wx.PixelDataBase¶
  wx.PixelDataBase¶ Methods Summary¶
 Methods Summary¶| GetHeight | Return the height of the area this pixel data represents. | 
| GetOrigin | Return the origin of the area this pixel data represents. | 
| GetRowStride | Returns the distance between the start of one row to the start of the next row. | 
| GetSize | Return the size of the area this pixel data represents. | 
| GetWidth | Return the width of the area this pixel data represents. | 
| __iter__ | Create and return an iterator/generator object for traversing | 
| __init__ | 
 Properties Summary¶
 Properties Summary¶| Height | See GetHeight | 
| Origin | See GetOrigin | 
| RowStride | See GetRowStride | 
| Size | See GetSize | 
| Width | See GetWidth | 
 Class API¶
 Class API¶wx.PixelDataBase(object)¶Possible constructors:
PixelDataBase()
GetHeight(self)¶Return the height of the area this pixel data represents.
| Return type: | int | 
|---|
GetRowStride(self)¶Returns the distance between the start of one row to the start of the next row.
| Return type: | int | 
|---|
GetWidth(self)¶Return the width of the area this pixel data represents.
| Return type: | int | 
|---|
__iter__(self)¶Create and return an iterator/generator object for traversing this pixel data object.
__init__(self)¶RowStride¶See GetRowStride