Skip to main content

Class SvgReaderFactory

Namespace: Aurigma.DesignAtoms.Common
Assembly: Aurigma.DesignAtoms.dll
Syntax
public class SvgReaderFactory : ISvgReaderFactory

Inheritance: System.Object -> SvgReaderFactory

Implements

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

Constructors

SvgReaderFactory

public SvgReaderFactory(IColorManagement colorManagement)

Methods

Create

public SvgReader Create(Stream stream, FontRegistry fontRegistry, float dpi, ColorProfile cmykColorProfile)
Parameters
TypeNameDescription
System.IO.Streamstream
Aurigma.GraphicsMill.AdvancedDrawing.FontRegistryfontRegistry
System.Singledpi
Aurigma.GraphicsMill.ColorProfilecmykColorProfile
Returns

Aurigma.GraphicsMill.Codecs.SvgReader

Create

public SvgReader Create(Stream stream, FontRegistry fontRegistry, float dpi)
Parameters
TypeNameDescription
System.IO.Streamstream
Aurigma.GraphicsMill.AdvancedDrawing.FontRegistryfontRegistry
System.Singledpi
Returns

Aurigma.GraphicsMill.Codecs.SvgReader

Create

public SvgReader Create(Stream stream, FontRegistry fontRegistry)
Parameters
TypeNameDescription
System.IO.Streamstream
Aurigma.GraphicsMill.AdvancedDrawing.FontRegistryfontRegistry
Returns

Aurigma.GraphicsMill.Codecs.SvgReader

Was this page helpful?