Bitmap.Save Method (Stream, WriterSettings)

Saves this bitmap to the specified Stream using the provided settings.

Namespace: Aurigma.GraphicsMill
Assembly: Aurigma.GraphicsMill (in Aurigma.GraphicsMill.dll)

Syntax

C#
public void Save(
	Stream stream,
	WriterSettings settings
)

Parameters

stream

Type: System.IO.Stream

The Stream where the image will be saved.
settings

Type: Aurigma.GraphicsMill.Codecs.WriterSettings

See Also

Reference