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: 2024.1.1.0 (2024.1.1.0)
Syntax
C#
Image GetImage(
	IPalette palette,
	PaletteState state
)

Parameters

palette
Type: Internal.ComponentFactory.Krypton.ToolkitIPalette
Palette to use for inheriting values.
state
Type: Internal.ComponentFactory.Krypton.ToolkitPaletteState
State for which an image is needed.

Return Value

Type: Image
Button image.
See Also