wxBitmap

wxBitmap
The first creation parameter should define the method of creation.
Functions/Procedures
Supertopics
Subtopics

wxBitmap

[func]
convert_to_image
( atom bitmap )

Category: wxBitmap

Takes a wxBitmap and returns a wxImage.


wxBitmap

[proc]
draw_bitmap2
( object bitmap, atom dest, atom xsrc, atom ysrc, atom xdest, atom ydest, atom width, atom height, atom logical_func, integer use_mask )

Category: wxBitmap


wxBitmap

[func]
get_bitmap_size
( atom bitmap )

Category: wxBitmap

Returns sequence containing the width and height of the bitmap, respectively.


wxBitmap

[func]
get_palette
( atom bmp )

Category: wxBitmap

Gets the associated palette (if any) which may have been loaded from a file or set for the bitmap.


wxBitmap

[func]
save_bitmap
( atom bitmap, object name, atom type, atom palette )

Category: wxBitmap

Returns: true if the operation succeeded, false otherwise. Saves a bitmap in the named file.

Parameters


wxBitmap

[proc]
set_bitmap_size
( atom bitmap, integer width, integer height )

Category: wxBitmap

Sets the width and height of the bitmap.


wxBitmap

[proc]
set_mask
( atom bmp, atom mask )

Category: wxBitmap

Sets the specified mask to be the associated wxMask for the specified bmp.