wxMask
See external documentation: wxMask.
See external documentation:
Functions
new() -> wxMask()
See
new(Bitmap) -> wxMask()
Bitmap = wxBitmap() (see module wxBitmap)
See
new(Bitmap, PaletteIndex) -> wxMask()
Bitmap = wxBitmap() (see module wxBitmap)
PaletteIndex = integer()
See
Also:
new(Bitmap, Colour) -> wxMask() when
Bitmap::wxBitmap:wxBitmap(), Colour::wx:wx_colour().
create(This, Bitmap) -> boolean()
This = wxMask()
Bitmap = wxBitmap() (see module wxBitmap)
See
create(This, Bitmap, PaletteIndex) -> boolean()
This = wxMask()
Bitmap = wxBitmap() (see module wxBitmap)
PaletteIndex = integer()
See
Also:
create(This, Bitmap, Colour) -> boolean() when
This::wxMask(), Bitmap::wxBitmap:wxBitmap(), Colour::wx:wx_colour().
destroy(This::wxMask()) -> ok
Destroys this object, do not use object again