Table of Contents

Method ImageSetWithColor

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

ImageSetWithColor(int, Color)

Gets mono svg image as ImageSet filled using the specified color. Svg images with two or more colors are returned as is.

public virtual ImageSet? ImageSetWithColor(int size, Color color)

Parameters

size int

Svg image size.

color Color

Svg image color.

Returns

ImageSet