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





Saves the specified image to the specified stream.

Namespace: MindFusion.Vsx
Assembly: MindFusion.Vsx

 Syntax

C#  Copy Code

void SaveImage (
    Stream stream,
    TImage image
)

Visual Basic  Copy Code

Sub SaveImage( _
    stream As Stream, _
    image As TImage _
)

 Parameters

stream

The stream where the image will be saved.

image

The image to save.

 See Also

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