Click or drag to resize

KryptonFormWindowChromePaint Method

Perform painting of the window chrome.

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 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