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__ |
Height |
See GetHeight |
Origin |
See GetOrigin |
RowStride |
See GetRowStride |
Size |
See GetSize |
Width |
See GetWidth |
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