This documentation is for the old version. Go to the latest Graphics Mill docs

LosslessJpegTransform.WriteTransversed Method (Stream)

Writes the JPEG file to the specified stream transversed (without recompression).

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

Syntax

Visual Basic
Public Sub WriteTransversed ( _
	stream As Stream _
)
C#
public void WriteTransversed(
	Stream stream
)

Parameters

stream

Type: System.IO.Stream

The stream where you want to save the result.

Remarks

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

See Also

Reference