wx.NativePixelData¶A class providing direct access to a
wx.Bitmap’s internal data without alpha channel (RGB).
Class Hierarchy¶
Inheritance diagram for class NativePixelData:
Methods Summary¶
Properties Summary¶See |
Class API¶Possible constructors:
NativePixelData(bmp) -> None
NativePixelData(bmp, rect) -> None
NativePixelData(bmp, pt, sz) -> None
A class providing direct access to a wx.Bitmap’s
internal data without alpha channel (RGB).
__init__ (self, bmp)
bmp (Bitmap)
None
__init__ (self, bmp, rect)
bmp (Bitmap)
rect (Rect)
None
__init__ (self, bmp, pt, sz)
bmp (Bitmap)
pt (Point)
sz (Size)
None
bool
bool