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

Portable Network Graphics (PNG) Image

Methods

new  

Public Class methods

Return an initialized FXPNGImage instance.

Parameters:

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

[Validate]