Click or drag to resize

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

Parameters

control  Control
Control associated with rendering.
graphics  Graphics
Graphics instance for drawing.
clipRect  Rectangle
Rectangle that needs rendering.
renderer  IRenderer
Rendering provider.
See Also