Gets a PNG Stream that contains the image in this C1Bitmap.

Namespace:  C1.Phone.Imaging
Assembly:  C1.Phone.Imaging (in C1.Phone.Imaging.dll)

Syntax

C#
public Stream GetStream()
Visual Basic
Public Function GetStream As Stream

Return Value

A Stream that contains the image in this C1Bitmap.

See Also