Search
Grid.GetHeaderFromPoint Method (PointF, RectangleF@)
See Also
 





Gets the Header that is located at the specified point.

Namespace: MindFusion.Diagramming.Lanes
Package: MindFusion.Diagramming

 Syntax

C#  Copy Code

public Header GetHeaderFromPoint (
    PointF point,
    ref RectangleF headerBounds
)

Visual Basic  Copy Code

Public Function GetHeaderFromPoint( _
    point As PointF, _
    ByRef headerBounds As RectangleF _
) As Header

 Parameters

point
A PointF instance specifying a point within the grid.
headerBounds
A RectangleF 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