Table of Contents

Method UpdateImageSet

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

UpdateImageSet(VisualControlState, bool, Control?)

Saves svg as ImageSet to the specified state.

public void UpdateImageSet(VisualControlState state, bool isDark, Control? control)

Parameters

state VisualControlState

Item state.

isDark bool

Light/dark theme flag.

control Control

Control which scale factor is used.