Skip to main content

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
TypeNameDescription
System.Collections.Generic.List<Aurigma.GraphicsMill.Color>colors
System.Int32width
System.Int32height
System.Int32maxStripes
System.Stringformat
Aurigma.DesignAtoms.ImageProcessing.Enums.DrawingOrientationorientation
Returns

System.IO.Stream

Was this page helpful?