Visual Basic (Declaration) | |
---|---|
Public Function ClientToCells( _ ByVal client As Rectangle _ ) As Rectangle |
Visual Basic (Usage) | ![]() |
---|---|
Dim instance As Vt Dim client As Rectangle Dim value As Rectangle value = instance.ClientToCells(client) |
Parameters
- client
- A Rectangle in client coordinates.
Return Value
A Rectangle in cell coordinates. Row 0 is the first row in the scrollback buffer, or the first row in the screen if there is no scrollback buffer.The Rectangle properties Left, Top, Right, Bottom are used as "inclusive." This makes Width 0 when Left is equal to Right.
Target Platforms: Microsoft .NET Framework 2.0