Class Fox::FXBMPImage
In: rdoc-sources/FXBMPImage.rb
Parent: FXImage

Microsoft Bitmap image.

Methods

new  

Public Class methods

Return an initialized FXBMPImage instance.

Parameters:

a:an application instance [FXApp]
pix:a memory buffer formatted in BMP file format [String]
opts:options [Integer]
w:width [Integer]
h:height [Integer]

[Validate]