Method: Fox::FXPPMImage#initialize
- Defined in:
- rdoc-sources/FXPPMImage.rb
#initialize(a, pix = nil, opts = 0, width = 1, height = 1) ⇒ FXPPMImage
Return an initialized FXPPMImage instance.
Parameters:
a
-
an application instance Fox::FXApp
pix
-
a memory buffer formatted in PPM file format [String]
opts
-
options [Integer]
width
-
width [Integer]
height
-
height [Integer]
27 28 |
# File 'rdoc-sources/FXPPMImage.rb', line 27 def initialize(a, pix=nil, opts=0, width=1, height=1) # :yields: thePPMImage end |