Click or drag to resize

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

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,
	bool composition,
	bool glowing
)

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.
composition
Type: SystemBoolean
Draw on composition.
glowing
Type: SystemBoolean
If composition, should glowing be drawn.
See Also