Creates a new
C1Bitmap object initialized with the content of a GIF stream.
'Declaration
Public Shared Function Decode( _
ByVal As System.IO.Stream _
) As C1Bitmap
public static C1Bitmap Decode(
System.IO.Stream
)
Parameters
- stream
- System.IO.Stream that contains the image encoded in GIF format.
Return Value
A new
C1Bitmap that contains the image encoded in the stream.
Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2