Class GDK2.Bitmap

Inheritance graph
G.Object GDK2.Drawable GDK2.Bitmap
Description

A bitmap is a black and white pixmap. Most commonly used as masks for images, widgets and pixmaps.

NOIMG


Inherit Drawable

inherit GDK2.Drawable : Drawable


Method create

GDK2.Bitmap GDK2.Bitmap(void xsize_or_image, void ysize, void bitmap)

Description

Create a new GDK2.Bitmap object. Argument is either an Image.image object, or {xsisze,ysize,xbitmapdata}.