Table of Contents

Constructor ColorSvgImage

Namespace
Alternet.Drawing
Assembly
Alternet.UI.Common.dll

ColorSvgImage(string, SvgImageDataKind)

Initializes a new instance of the ColorSvgImage class.

public ColorSvgImage(string urlOrData, SvgImageDataKind kind = SvgImageDataKind.Url)

Parameters

urlOrData string
kind SvgImageDataKind

Remarks

ColorSvgImage(Stream)

Initializes a new instance of the ColorSvgImage class.

public ColorSvgImage(Stream stream)

Parameters

stream Stream

Remarks

See SvgImage(Stream) for the details.

ColorSvgImage()

Initializes a new instance of the ColorSvgImage class.

public ColorSvgImage()