Click or drag to resize

KryptonFormWindowChromePaint Method

Perform painting of the window chrome.

Namespace:  Internal.ComponentFactory.Krypton.Toolkit
Assembly:  NeoAxis.Core (in NeoAxis.Core.dll) Version: 2023.1.2.0 (2023.1.2.0)
Syntax
C#
protected override void WindowChromePaint(
	Graphics g,
	Rectangle bounds
)

Parameters

g
Type: System.DrawingGraphics
Graphics instance to use for drawing.
bounds
Type: System.DrawingRectangle
Bounds enclosing the window chrome.
See Also