DiagramItem.HitTest override.
Namespace: MindFusion.Diagramming
Package: MindFusion.Diagramming
C# Copy Code |
---|
public override DiagramItem HitTest ( |
Visual Basic Copy Code |
---|
Public Overrides Function HitTest( _ |
A PointF 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.
The item that contains the specified point.
This method performs recursive search if items contain child items.