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