Click or drag to resize

RenderStandardDrawBack 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#
public override 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 border.
state  PaletteState
State associated with rendering.
memento  IDisposable
Cache used for drawing.

Return Value

IDisposable

Implements

IRenderBackDrawBack(RenderContext, Rectangle, GraphicsPath, IPaletteBack, VisualOrientation, PaletteState, IDisposable)
See Also