KryptonWorkspaceCellCellDesignerGetHitTest Method |
Called by the designer to hit test a point.
Namespace: Internal.ComponentFactory.Krypton.WorkspaceAssembly: NeoAxis.Core.Editor (in NeoAxis.Core.Editor.dll) Version: 2026.1.1.0 (2026.1.1.0)
Syntaxprotected bool CellDesignerGetHitTest(
Point pt
)
Parameters
- pt Point
- Point to be tested.
Return Value
BooleanTrue if a hit otherwise false.
See Also