Table of Contents

Method AsDisabledImage

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

AsDisabledImage(int, bool)

Gets image with the specified size and Disabled color.

public virtual Image? AsDisabledImage(int size, bool isDark)

Parameters

size int

Image size in pixels.

isDark bool

Whether color theme is dark.

Returns

Image