wx.PixelDataBase¶
Class Hierarchy¶
Methods Summary¶
Return the height of the area this pixel data represents. |
|
Return the origin of the area this pixel data represents. |
|
Returns the distance between the start of one row to the start of the next row. |
|
Return the size of the area this pixel data represents. |
|
Return the width of the area this pixel data represents. |
|
Create and return an iterator/generator object for traversing |
|
Properties Summary¶
See |
|
See |
|
See |
|
See |
|
See |
Class API¶
- class wx.PixelDataBase(object)¶
Possible constructors:
PixelDataBase() -> None
Methods¶
- 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)¶
- Return type:
None
Properties¶
- RowStride¶
See
GetRowStride