MindFusion.Wpf Pack Programmer's Guide
Grid.GetHeaderFromPoint Method
See Also
 





Gets the Header that is located at the specified point.

Namespace: MindFusion.Diagramming.Wpf.Lanes
Assembly: MindFusion.Diagramming.Wpf

 Syntax

C#  Copy Code

public Header GetHeaderFromPoint (
    Point point,
    ref Rect headerBounds
)

Visual Basic  Copy Code

Public Function GetHeaderFromPoint( _
    point As Point, _
    ByRef headerBounds As Rect _
) As Header

 Parameters

point
A Point instance specifying a point within the grid.
headerBounds
A Rect instance that receives the coordinates of the found header.

 Return Value

The found Header object, or null (Nothing in Visual Basic) if there is no header located at the specified point.

 See Also

Grid Members
Grid Class
MindFusion.Diagramming.Wpf.Lanes Namespace