Click or drag to resize

VisualControlBasePaintBackground Method

Perform background painting with the provided default values.

Namespace:  Internal.ComponentFactory.Krypton.Toolkit
Assembly:  NeoAxis.Core (in NeoAxis.Core.dll) Version: 2023.1.2.0 (2023.1.2.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