Gets virtual bounds of the
Column 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 ColumnVirtualBoundsTest(
Point pt
) |
Visual Basic |
---|
Public Function ColumnVirtualBoundsTest (
pt As Point
) As Rect |
Visual C++ |
---|
public:
Rect ColumnVirtualBoundsTest(
Point pt
) |
F# |
---|
member ColumnVirtualBoundsTest :
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
Column.
See Also