SvgReader Constructor (Stream, FontRegistry, Single, Single)

Initializes a new instance of the SvgReader class using the specified Stream and resolution.

Namespace: Aurigma.GraphicsMill.Codecs
Assembly: Aurigma.GraphicsMill (in Aurigma.GraphicsMill.dll)

Syntax

C#
public SvgReader(
	Stream stream,
	FontRegistry fontRegistry,
	float dpiX,
	float dpiY
)

Parameters

stream

Type: System.IO.Stream

The Stream to create this reader on.
fontRegistry

Type: Aurigma.GraphicsMill.AdvancedDrawing.FontRegistry

The FontRegistry to create this reader for.
dpiX

Type: System.Single

The horizontal resolution of the SVG file in DPI.
dpiY

Type: System.Single

The vertical resolution of the SVG file in DPI.

See Also

Reference