Click or drag to resize

PaletteMetrics Constructor

Initialize a new instance of the PaletteMetrics class.

Namespace: Internal.ComponentFactory.Krypton.Navigator
Assembly: NeoAxis.Core.Editor (in NeoAxis.Core.Editor.dll) Version: 2026.1.1.0 (2026.1.1.0)
Syntax
C#
public PaletteMetrics(
	KryptonNavigator navigator,
	NeedPaintHandler needPaint
)

Parameters

navigator  KryptonNavigator
Reference to owning navigator.
needPaint  NeedPaintHandler
Delegate for notifying paint requests.
See Also