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:

method_summary Methods Summary

__init__

GetPixels

__bool__

__nonzero__


property_summary Properties Summary

Pixels

See GetPixels


api Class API

class wx.NativePixelData(PixelDataBase)

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


Methods

__init__(self, *args, **kw)

overload Overloaded Implementations:



__init__ (self, bmp : Bitmap)

Parameters:

bmp (Bitmap) –

Return type:

None



__init__ (self, bmp : Bitmap, rect : Rect)

Parameters:
  • bmp (Bitmap) –

  • rect (Rect) –

Return type:

None



__init__ (self, bmp : Bitmap, pt : Point, sz : Size)

Parameters:
  • bmp (Bitmap) –

  • pt (Point) –

  • sz (Size) –

Return type:

None





GetPixels(self)
Return type:

wx.NativePixelData_Accessor



__bool__(self)
Return type:

int



__nonzero__(self)
Return type:

int


Properties

Pixels

See GetPixels