Search
Grid.GetHeaderFromPoint Method (Point, Rect@, Point)
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,
    Point scrollPosition
)

Visual Basic  Copy Code

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

 Parameters

point

A Point instance specifying a point within the grid.

headerBounds

A Rectangle instance that receives the coordinates of the found header.

scrollPosition

When the headers are hooked this parameter should provide information about the current scroll position in the view.

 Return Value

The found Header object, or null if there is no header located at the specified point.

 See Also