Class Emboss
Inheritance
System.Object
Emboss
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.ImageProcessing
Assembly: Aurigma.DesignAtoms.ImageProcessing.dll
Syntax
public class Emboss
Constructors
Emboss()
Declaration
public Emboss()
Methods
AddToPipeline(Pipeline, EmbossSettings)
Declaration
public static void AddToPipeline(Pipeline pipeline, EmbossSettings settings)
Parameters
| Type | Name | Description |
|---|---|---|
| Aurigma.GraphicsMill.Pipeline | pipeline | |
| EmbossSettings | settings |
ApplyToReader(ImageReader, EmbossSettings, WriterSettings, Stream)
Declaration
public static void ApplyToReader(ImageReader imageReader, EmbossSettings embossSettings, WriterSettings writerSettings, Stream result)
Parameters
| Type | Name | Description |
|---|---|---|
| Aurigma.GraphicsMill.Codecs.ImageReader | imageReader | |
| EmbossSettings | embossSettings | |
| Aurigma.GraphicsMill.Codecs.WriterSettings | writerSettings | |
| System.IO.Stream | result |
GetPipelineElements(EmbossSettings)
Declaration
public static List<PipelineElement> GetPipelineElements(EmbossSettings settings)
Parameters
| Type | Name | Description |
|---|---|---|
| EmbossSettings | settings |
Returns
| Type | Description |
|---|---|
| System.Collections.Generic.List<Aurigma.GraphicsMill.PipelineElement> |