GraphicsFormats Xojo plugin |
|
RawICOImporter.OpenFromString Method
Opens a ICO Image from a ICO formatted string, reading the first bitmap in the ICO file.

OpenFromString(
data
as String)
as RawBitmap
Parameters
- data
- The string data containing a ICO image to import from.
Returns
- RawBitmap
- Returns the imported Picture as RawBitmap or nil if there was error.
Remarks
See Also
RawICOImporter Class