SourceForge.net wxBitmap

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

[proc]
set_bitmap_size
( atom bm, integer cx, integer cy )

Category: wxBitmap


wxBitmap

[proc]
set_mask
( atom bmp, atom mask )

Category: wxBitmap

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