LosslessJpeg.WriteRotated Method (Stream, RotateFlipType)

Rotates and/or flips the image and writes the result to the specified Stream.

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

Syntax

C#
public void WriteRotated(
	Stream stream,
	RotateFlipType transform
)

Parameters

stream

Type: System.IO.Stream

The Stream to save the result.
transform

Type: System.Drawing.RotateFlipType

A RotateFlipType specifying how much an image is rotated and the axis used to flip the image.

See Also

Reference

Manual