Table of Contents

Constructor SvgImageInfo

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

SvgImageInfo()

Initializes a new instance of the SvgImageInfo struct.

public SvgImageInfo()

SvgImageInfo(SvgImage, Color?)

Initializes a new instance of the SvgImageInfo struct.

public SvgImageInfo(SvgImage image, Color? color = null)

Parameters

image SvgImage

Svg image to draw.

color Color

Svg color override for the single color svgs.