Click or drag to resize

PaletteBaseGetMetricInt Method

Gets an integer metric value.

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

Parameters

state  PaletteState
Palette value should be applicable to this state.
metric  PaletteMetricInt
Requested metric.

Return Value

Int32
Integer value.

Implements

IPaletteGetMetricInt(PaletteState, PaletteMetricInt)
See Also