LosslessJpeg.WriteTransposed Method (Stream)

Transpose 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 WriteTransposed(
	Stream stream
)

Parameters

stream

Type: System.IO.Stream

The Stream to save the result.

Remarks

It is the same as WriteRotated(Stream, RotateFlipType) with transform parameter equal to Rotate270FlipY.

See Also

Reference

Manual