Table of Contents

Struct SvgImageInfo

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

Contains properties and methods which allow to specify svg image information.

public struct SvgImageInfo

Constructors

SvgImageInfo()

Initializes a new instance of the SvgImageInfo struct.

SvgImageInfo(SvgImage, Color?)

Initializes a new instance of the SvgImageInfo struct.

Fields

SvgColor

Gets or sets svg color override for the single color svgs.

SvgImage

Gets or sets svg image to draw.

SvgSize

Gets or sets svg width and height.

Properties

AsImage

Gets this svg image as Image.

Methods

SetSvgSize(int)

Sets SvgSize property value/. Implemented for the convenience.