Creates an image from the specified stream.
Namespace: MindFusion.Vsx
Assembly: MindFusion.Vsx
SyntaxC#
Copy Code
|
|---|
TImage CreateImage ( |
Visual Basic
Copy Code
|
|---|
Function CreateImage( _ |
The stream that contains the data for the image.
The newly created image object.
See Also