Class SvgReaderFactory
Namespace: Aurigma.DesignAtoms.Common
Assembly: Aurigma.DesignAtoms.dll
Syntax
public class SvgReaderFactory : ISvgReaderFactory
Inheritance: System.Object -> SvgReaderFactory
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
SvgReaderFactory
public SvgReaderFactory(IColorManagement colorManagement)
Methods
Create
public SvgReader Create(Stream stream, FontRegistry fontRegistry, float dpi, ColorProfile cmykColorProfile)
Parameters
| Type | Name | Description |
|---|---|---|
System.IO.Stream | stream | |
Aurigma.GraphicsMill.AdvancedDrawing.FontRegistry | fontRegistry | |
System.Single | dpi | |
Aurigma.GraphicsMill.ColorProfile | cmykColorProfile |
Returns
Aurigma.GraphicsMill.Codecs.SvgReader
Create
public SvgReader Create(Stream stream, FontRegistry fontRegistry, float dpi)
Parameters
| Type | Name | Description |
|---|---|---|
System.IO.Stream | stream | |
Aurigma.GraphicsMill.AdvancedDrawing.FontRegistry | fontRegistry | |
System.Single | dpi |
Returns
Aurigma.GraphicsMill.Codecs.SvgReader
Create
public SvgReader Create(Stream stream, FontRegistry fontRegistry)
Parameters
| Type | Name | Description |
|---|---|---|
System.IO.Stream | stream | |
Aurigma.GraphicsMill.AdvancedDrawing.FontRegistry | fontRegistry |
Returns
Aurigma.GraphicsMill.Codecs.SvgReader