MindFusion.Wpf Pack Programmer's Guide
IPlatformHelper(TColor, TImage).CreateImage Method
See Also
 





Creates an image from the specified stream.

Namespace: MindFusion.Vsx
Assembly: MindFusion.Vsx

 Syntax

C#  Copy Code

TImage CreateImage (
    Stream stream
)

Visual Basic  Copy Code

Function CreateImage( _
    stream As Stream _
) As TImage

 Parameters

stream

The stream that contains the data for the image.

 Return Value

The newly created image object.

 See Also

IPlatformHelper(TColor, TImage) Members
IPlatformHelper(TColor, TImage) Interface
MindFusion.Vsx Namespace