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

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

fontRegistry

Type: Aurigma.GraphicsMill.AdvancedDrawing.FontRegistry

dpiX

Type: System.Single

dpiY

Type: System.Single

callback

Type: Aurigma.GraphicsMill.Codecs.ResolveProfileCallback

See Also

Reference