Click or drag to resize

ViewLayoutContext(Control, IRenderer) Constructor

Initialize a new instance of the ViewContext 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 ViewLayoutContext(
	Control control,
	IRenderer renderer
)

Parameters

control  Control
Control associated with rendering.
renderer  IRenderer
Rendering provider.
See Also