Table of Contents

Method UpdateImage

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

UpdateImage(VisualControlState, bool, Control?)

Saves svg as Image to the specified state.

public void UpdateImage(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.