KUIML
Blue Cat's User Interface Programming Language
Kt::Graphics::Bitmap Class Reference

Public Member Functions

ContextBuildContext ()
 creates a graphics context to draw into the bitmap. The context should be released before using the bitmap for other purposes.
 

Public Attributes

const double & width
 width of the bitmap (read only)
 
const double & height
 height of the bitmap (read only)
 

Detailed Description

Bitmap object that contains rastered image data (experimental).

See also
CreateBitmap
LoadImageFile
SaveImageFile