|
|
|
Importing bitmaps without loosing white space
Added on 4/3/2001
|
|
Compatibilities:
|
This item has not yet been rated
|
How can I import bitmaps at runtime without trimming the white space around the picture?
To use the trim white space option with an imported file at runtime use this undocumented addition...
m = new(#bitmap)
m.importFileInto( the moviePath & "file.bmp", [#dither : 0, #trimwhiteSpace : 0]
|
|