Gets virtual bounds of the
Header at the specified location.
Namespace: Dapfor.Wpf.ControlsAssembly: Dapfor.Wpf (in Dapfor.Wpf.dll) Version: 4.1.0.26317 (4.1.0.26317)
Syntax
C# |
---|
public Rect HeaderVisibleBoundsTest(
Point pt
) |
Visual Basic |
---|
Public Function HeaderVisibleBoundsTest (
pt As Point
) As Rect |
Visual C++ |
---|
public:
Rect HeaderVisibleBoundsTest(
Point pt
) |
F# |
---|
member HeaderVisibleBoundsTest :
pt : Point -> Rect
|
Parameters
- pt
- Type: System.Windows..::..Point
Location relative to the top-left corner of the GridControl.
Return Value
Type:
RectVirtual bounds of found
Header.
See Also