DiagramItem.HitTest override.
Namespace: MindFusion.Diagramming
Assembly: MindFusion.Diagramming
C# Copy Code |
---|
public override DiagramItem HitTest ( |
Visual Basic Copy Code |
---|
Public Overrides Function HitTest( _ |
A Point value specifying the logical coordinates of a diagram point.
Specifies the size of the area around the item outlines where the point is still considered inside the item.
true to exclude child links from the search.
true to exclude locked items from the search.
true to hit-test modification handles; otherwise, false.
The item that contains the specified point.
This method performs recursive search if items contain child items.
Diagramming for .NET MAUI Guide | © 2024 MindFusion |