Class Fox::FXPNGIcon
In: rdoc-sources/FXPNGIcon.rb
Parent: FXIcon

Portable Network Graphics (PNG) Icon

Methods

fileExt   mimeType   new   supported?  

Public Class methods

Return the suggested file extension for this image type ("png").

Return the MIME type for this image type

Return an initialized FXPNGIcon instance.

Parameters:

a:an application instance [FXApp]
pix:a memory buffer formatted in PNG file format [String]
clr:transparency color [FXColor]
opts:options [Integer]
width:width [Integer]
height:height [Integer]

Return true if PNG image file format is supported.

[Validate]