Click or drag to resize

VisualFormInvalidateNonClient Method (Rectangle)

Request the non-client area be repainted.

Namespace:  Internal.ComponentFactory.Krypton.Toolkit
Assembly:  NeoAxis.Core (in NeoAxis.Core.dll) Version: 2023.1.2.0 (2023.1.2.0)
Syntax
C#
protected void InvalidateNonClient(
	Rectangle invalidRect
)

Parameters

invalidRect
Type: System.DrawingRectangle
Area to invalidate.
See Also