Click or drag to resize

ViewDrawContent Constructor (IPaletteContent, IContentValues, VisualOrientation)

Initialize a new instance of the ViewDrawContent class.

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

Parameters

paletteContent
Type: Internal.ComponentFactory.Krypton.ToolkitIPaletteContent
Palette source for the content.
values
Type: Internal.ComponentFactory.Krypton.ToolkitIContentValues
Reference to actual content values.
orientation
Type: Internal.ComponentFactory.Krypton.ToolkitVisualOrientation
Visual orientation of the content.
See Also