Click or drag to resize

RenderContext Constructor (Control, Control, Graphics, Rectangle, 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 RenderContext(
	Control control,
	Control alignControl,
	Graphics graphics,
	Rectangle clipRect,
	IRenderer renderer
)

Parameters

control
Type: System.Windows.FormsControl
Control associated with rendering.
alignControl
Type: System.Windows.FormsControl
Control used to align elements.
graphics
Type: System.DrawingGraphics
Graphics instance for drawing.
clipRect
Type: System.DrawingRectangle
Rectangle that needs rendering.
renderer
Type: Internal.ComponentFactory.Krypton.ToolkitIRenderer
Rendering provider.
See Also