Click or drag to resize

ViewDrawContent(IPaletteContent, IContentValues, VisualOrientation, Boolean, Boolean) Constructor

Initialize a new instance of the ViewDrawContent class.

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 ViewDrawContent(
	IPaletteContent paletteContent,
	IContentValues values,
	VisualOrientation orientation,
	bool composition,
	bool glowing
)

Parameters

paletteContent  IPaletteContent
Palette source for the content.
values  IContentValues
Reference to actual content values.
orientation  VisualOrientation
Visual orientation of the content.
composition  Boolean
Draw on composition.
glowing  Boolean
If composition, should glowing be drawn.
See Also