Click or drag to resize

IButtonSpecValuesGetImage Method

Gets the button image.

Namespace: Internal.ComponentFactory.Krypton.Toolkit
Assembly: NeoAxis.Core.Editor (in NeoAxis.Core.Editor.dll) Version: 2026.1.1.0 (2026.1.1.0)
Syntax
C#
Image GetImage(
	IPalette palette,
	PaletteState state
)

Parameters

palette  IPalette
Palette to use for inheriting values.
state  PaletteState
State for which an image is needed.

Return Value

Image
Button image.
See Also