Gets the Header that is located at the specified point.
Namespace: MindFusion.Diagramming.Lanes
Assembly: MindFusion.Diagramming
SyntaxC#
Copy Code
|
|---|
public Header GetHeaderFromPoint ( |
Visual Basic
Copy Code
|
|---|
Public Function GetHeaderFromPoint( _ |
A Point instance specifying a point within the grid.
A Rect instance that receives the coordinates of the found header.
The found Header object, or null (Nothing in Visual Basic) if there is no header located at the specified point.
See Also