Sha256: 4817171f0d80ad1f43b38d15d26bc49ad0ecd016f966a852de5bfe72fb8daf0c
Contents?: true
Size: 479 Bytes
Versions: 5
Compression:
Stored size: 479 Bytes
Contents
module Fox # # Portable Network Graphics (PNG) Image # class FXPNGImage < FXImage # # 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] # def initialize(a, pix=nil, opts=0, w=1, h=1) # :yields: thePNGImage end end end
Version data entries
5 entries across 5 versions & 1 rubygems