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:
58 |
# File 'rdoc-sources/FXICOIcon.rb', line 58 def Fox.fxsaveICO(store, pixels, transp, width, height, xspot=-1, yspot=-1); end |