| GraphicsFormats REALbasic Plugin |
|
JpegImporter.OpenFromString Method
Opens a Jpeg Image from a String.
OpenFromString(
data as String) as Picture
Parameters
- data
- The string data containing a Jpeg image to import from.
Returns
- Picture
- Returns the imported Picture.
Remarks
See Also
JpegImporter Class