Click or drag to resize

IRenderBackDrawBack Method

Draw background to fill the specified path.

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#
IDisposable DrawBack(
	RenderContext context,
	Rectangle rect,
	GraphicsPath path,
	IPaletteBack palette,
	VisualOrientation orientation,
	PaletteState state,
	IDisposable memento
)

Parameters

context  RenderContext
Rendering context.
rect  Rectangle
Target rectangle that encloses path.
path  GraphicsPath
Graphics path.
palette  IPaletteBack
Palette used for drawing.
orientation  VisualOrientation
Visual orientation of the background.
state  PaletteState
State associated with rendering.
memento  IDisposable
Cache used for drawing.

Return Value

IDisposable
See Also