PowerTCP Emulation for .NET
ClientToCells Method




A Rectangle in client coordinates.
Given a Rectangle of the control, find all the cells contained within.
Syntax
Public Function ClientToCells( _
   ByVal client As Rectangle _
) As Rectangle
Dim instance As Vt
Dim client As Rectangle
Dim value As Rectangle
 
value = instance.ClientToCells(client)
public Rectangle ClientToCells( 
   Rectangle client
)
public: Rectangle ClientToCells( 
   Rectangle client
) 
public:
Rectangle ClientToCells( 
   Rectangle 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.
Remarks

The Rectangle properties Left, Top, Right, Bottom are used as "inclusive." This makes Width 0 when Left is equal to Right.

See Also

Reference

Vt Class
Vt Members


PowerTCP Emulation for .NET Documentation Version 4.7
© 2018 Dart Communications. All Rights Reserved.
Send comments on this topic