Click or drag to resize

GetIntMetric Delegate

Signature of methods that return an integer metric.

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#
public delegate int GetIntMetric(
	PaletteState state,
	PaletteMetricInt metric
)

Parameters

state
Type: Internal.ComponentFactory.Krypton.ToolkitPaletteState
Palette value should be applicable to this state.
metric
Type: Internal.ComponentFactory.Krypton.ToolkitPaletteMetricInt
Metric value required.

Return Value

Type: Int32
Integer value.
See Also