Click or drag to resize

VisualContainerControlBasePaintBackground Method

Perform background painting with the provided default values.

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#
protected virtual void PaintBackground(
	Graphics g,
	Brush backBrush,
	Rectangle backRect
)

Parameters

g
Type: System.DrawingGraphics
Graphics reference for drawing.
backBrush
Type: System.DrawingBrush
Brush to use when painting.
backRect
Type: System.DrawingRectangle
Client area to paint.
See Also