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.
The found Header object, or null if there is no header located at the specified point.