RenderContext(Control, Graphics, Rectangle, IRenderer) Constructor |
Initialize a new instance of the ViewContext class.
Namespace: Internal.ComponentFactory.Krypton.ToolkitAssembly: NeoAxis.Core.Editor (in NeoAxis.Core.Editor.dll) Version: 2026.1.1.0 (2026.1.1.0)
Syntaxpublic 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