SvgReader Constructor (Stream, FontRegistry, Single, Single, ResolveProfileCallback)

Initializes a new instance of the SvgReader class with the specified stream and parameters.

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

Syntax

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

Parameters

stream

Type: System.IO.Stream

The stream containing SVG data.
fontRegistry

Type: Aurigma.GraphicsMill.Drawing.FontRegistry

The font registry for text rendering.
dpiX

Type: System.Single

dpiY

Type: System.Single

callback

Type: Aurigma.GraphicsMill.Codecs.ResolveProfileCallback

See Also

Reference