Gets bounds of a
Column at the specified location.
Namespace: Dapfor.Net.UiAssembly: Dapfor.Net (in Dapfor.Net.dll) Version: 2.10.3.24917 (2.10.3.24917)
Syntax
C# |
---|
public Rectangle ColumnVisibleBoundsTest(
Point pt
) |
Visual Basic |
---|
Public Function ColumnVisibleBoundsTest (
pt As Point
) As Rectangle |
Visual C++ |
---|
public:
Rectangle ColumnVisibleBoundsTest(
Point pt
) |
F# |
---|
member ColumnVisibleBoundsTest :
pt : Point -> Rectangle
|
Parameters
- pt
- Type: System.Drawing..::..Point
Location inside the grid.
Return Value
Type:
RectangleColumn bounds if found. Otherwise
Empty.
See Also