Search
Grid.GetHeaderFromPoint Method (Point, Rect@)
See Also
 





Gets the Header that is located at the specified point.

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

 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 if there is no header located at the specified point.

 See Also