Method: Fox.fxsaveICO

Defined in:
rdoc-sources/FXICOIcon.rb

.fxsaveICO(store, pixels, transp, width, height, xspot = -1,, yspot = -1)) ⇒ Object

Save a ICO image to store (an FXStream instance). Returns true on success, false on failure.

Parameters:

store

stream to which to write the image data FXStream

pixels

the image pixel data [String]

transp

transparency color FXColor

width

width [Integer]

height

height [Integer]

xspot

hotspot x-coordinate [Integer]

yspot

hotspot y-coordinate [Integer]



58
# File 'rdoc-sources/FXICOIcon.rb', line 58

def Fox.fxsaveICO(store, pixels, transp, width, height, xspot=-1, yspot=-1); end