Interface IColorDrawer
Namespace: Aurigma.DesignAtoms.ImageProcessing.Services
Assembly: Aurigma.DesignAtoms.ImageProcessing.dll
Syntax
public interface IColorDrawer
Methods
Draw
Stream Draw(List<Color> colors, int width, int height, int maxStripes, string format, DrawingOrientation orientation)
Parameters
| Type | Name | Description |
|---|---|---|
System.Collections.Generic.List<Aurigma.GraphicsMill.Color> | colors | |
System.Int32 | width | |
System.Int32 | height | |
System.Int32 | maxStripes | |
System.String | format | |
| Aurigma.DesignAtoms.ImageProcessing.Enums.DrawingOrientation | orientation |
Returns
System.IO.Stream