Class FlipImage
Inheritance
System.Object
FlipImage
Implements
System.IDisposable
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Aurigma.DesignAtoms.Drawing
Assembly: Aurigma.DesignAtoms.dll
Syntax
public class FlipImage : IDisposable
Constructors
FlipImage(ColorSpace, ColorProfile)
Declaration
public FlipImage(ColorSpace defaultColorSpace, ColorProfile defaultColorProfile)
Parameters
Type | Name | Description |
---|---|---|
Aurigma.GraphicsMill.ColorSpace | defaultColorSpace | |
Aurigma.GraphicsMill.ColorProfile | defaultColorProfile |
Methods
Dispose()
Declaration
public void Dispose()
Run(ImageReader, Boolean, Boolean, out FileFormat)
Declaration
public Stream Run(ImageReader imageReader, bool flipX, bool flipY, out FileFormat outputFormat)
Parameters
Type | Name | Description |
---|---|---|
Aurigma.GraphicsMill.Codecs.ImageReader | imageReader | |
System.Boolean | flipX | |
System.Boolean | flipY | |
Aurigma.GraphicsMill.Codecs.FileFormat | outputFormat |
Returns
Type | Description |
---|---|
System.IO.Stream |
Implements
System.IDisposable