A class providing direct access to a
wx.Bitmap
’s internal data without alpha channel (RGB
).
See |
Possible constructors:
NativePixelData(bmp)
NativePixelData(bmp, rect)
NativePixelData(bmp, pt, sz)
A class providing direct access to a wx.Bitmap
’s
internal data without alpha channel (RGB
).
__init__ (self, bmp)
bmp (Bitmap
) –
__init__ (self, bmp, rect)
bmp (Bitmap
) –
rect (Rect
) –
__init__ (self, bmp, pt, sz)
bmp (Bitmap
) –
pt (Point
) –
sz (Size
) –
int
int