phoenix_title wx.PixelDataBase¶


class_hierarchy Class Hierarchy¶

Inheritance diagram for class PixelDataBase:

method_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__


property_summary Properties Summary¶

Height

See GetHeight

Origin

See GetOrigin

RowStride

See GetRowStride

Size

See GetSize

Width

See GetWidth


api 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



GetOrigin(self)¶

Return the origin of the area this pixel data represents.

Return type:

wx.Point



GetRowStride(self)¶

Returns the distance between the start of one row to the start of the next row.

Return type:

int



GetSize(self)¶

Return the size of the area this pixel data represents.

Return type:

wx.Size



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¶

Height¶

See GetHeight



Origin¶

See GetOrigin



RowStride¶

See GetRowStride



Size¶

See GetSize



Width¶

See GetWidth