Creates a new C1Bitmap object initialized with the content of a JPG stream.
Namespace:
C1.Phone.ImagingAssembly: C1.Phone.Imaging (in C1.Phone.Imaging.dll)
Syntax
C# |
---|
public static C1Bitmap Decode( Stream stream ) |
Visual Basic |
---|
Public Shared Function Decode ( _ stream As Stream _ ) As C1Bitmap |
Parameters
- stream
- Type: System.IO..::..Stream
Stream that contains the image encoded in JPG format.