Click or drag to resize

KryptonWorkspaceCellCellDesignerGetHitTest Method

Called by the designer to hit test a point.

Namespace:  Internal.ComponentFactory.Krypton.Workspace
Assembly:  NeoAxis.Core.Editor (in NeoAxis.Core.Editor.dll) Version: 2024.1.1.0 (2024.1.1.0)
Syntax
C#
protected bool CellDesignerGetHitTest(
	Point pt
)

Parameters

pt
Type: System.DrawingPoint
Point to be tested.

Return Value

Type: Boolean
True if a hit otherwise false.
See Also