Click or drag to resize

ViewLayoutContext Constructor (ViewManager, Control, Control, IRenderer, Size)

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

Parameters

manager
Type: Internal.ComponentFactory.Krypton.ToolkitViewManager
Reference to the view manager.
control
Type: System.Windows.FormsControl
Control associated with rendering.
alignControl
Type: System.Windows.FormsControl
Control used for aligning elements.
renderer
Type: Internal.ComponentFactory.Krypton.ToolkitIRenderer
Rendering provider.
displaySize
Type: System.DrawingSize
Display size.
See Also