Gets the Header that is located at the specified point.
Namespace: MindFusion.Diagramming.Lanes
Assembly: MindFusion.Diagramming
C# Copy Code |
---|
public Header GetHeaderFromPoint ( |
Visual Basic Copy Code |
---|
Public Function GetHeaderFromPoint( _ |
A Point instance specifying a point within the grid.
A Rectangle instance that receives the coordinates of the found header.
When the headers are hooked this parameter should provide information about the current scroll position in the view.
The found Header object, or null if there is no header located at the specified point.