IBitmap.ToStream Method

Generates a stream output from a current bitmap.

Definition

Namespace: SMath.Drawing
Assembly: SMath.Drawing (in SMath.Drawing.dll) Version: 1.4.0.0
C#
Stream ToStream(
	BitmapFormat format
)

Parameters

format  BitmapFormat

Return Value

Stream
A stream output from a current bitmap.

See Also