phoenix_title wx.NativePixelData

A class providing direct access to a wx.Bitmap’s internal data without alpha channel (RGB).


class_hierarchy Class Hierarchy

Inheritance diagram for class NativePixelData:

property_summary Properties Summary

Pixels

See GetPixels


api Class API

class wx.NativePixelData(PixelDataBase)

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).


Methods

__init__(self, *args, **kw)

overload Overloaded Implementations:



__init__ (self, bmp)

Parameters

bmp (Bitmap) –



__init__ (self, bmp, rect)

Parameters
  • bmp (Bitmap) –

  • rect (Rect) –



__init__ (self, bmp, pt, sz)

Parameters
  • bmp (Bitmap) –

  • pt (Point) –

  • sz (Size) –





GetPixels(self)
Return type

wx.NativePixelData_Accessor



__bool__(self)
Return type

int



__nonzero__(self)
Return type

int


Properties

Pixels

See GetPixels