Click or drag to resize

ViewContext Constructor (Control, Control, Graphics, IRenderer)

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 ViewContext(
	Control control,
	Control alignControl,
	Graphics graphics,
	IRenderer renderer
)

Parameters

control
Type: System.Windows.FormsControl
Control associated with rendering.
alignControl
Type: System.Windows.FormsControl
Control used for aligning elements.
graphics
Type: System.DrawingGraphics
Graphics instance for drawing.
renderer
Type: Internal.ComponentFactory.Krypton.ToolkitIRenderer
Rendering provider.
See Also