Class LinearColorDrawer
Namespace: Aurigma.DesignAtoms.ImageProcessing.Services
Assembly: Aurigma.DesignAtoms.ImageProcessing.dll
Syntax
public class LinearColorDrawer : IColorDrawer
Inheritance: System.Object -> LinearColorDrawer
Implements
Inherited Members
System.Object.ToStringSystem.Object.Equals(System.Object)System.Object.Equals(System.Object,System.Object)System.Object.ReferenceEquals(System.Object,System.Object)System.Object.GetHashCodeSystem.Object.GetTypeSystem.Object.MemberwiseClone
Constructors
LinearColorDrawer
public LinearColorDrawer()
Methods
Draw
public 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