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)
public void WriteRotated(
Stream stream,
RotateFlipType transform
)
Type: System.IO.Stream
The Stream to save the result.Type: System.Drawing.RotateFlipType
A RotateFlipType specifying how much an image is rotated and the axis used to flip the image.