PowerTCP Emulation for .NET CF
ClientToCells Method
See Also  Send comments on this topic.
Dart.Emulation Namespace > Vt Class : ClientToCells Method




client
A Rectangle in client coordinates.
Given a Rectangle of the control, find all the cells contained within.

Syntax

Visual Basic (Declaration) 
Public Function ClientToCells( _
   ByVal client As Rectangle _
) As Rectangle
Visual Basic (Usage)Copy Code
Dim instance As Vt
Dim client As Rectangle
Dim value As Rectangle
 
value = instance.ClientToCells(client)
C# 
public Rectangle ClientToCells( 
   Rectangle client
)
Managed Extensions for C++ 
public: Rectangle ClientToCells( 
   Rectangle client
) 
C++/CLI 
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.

Requirements

Target Platforms: Microsoft .NET Framework 2.0

See Also

Documentation Version 4.2
© 2010 Dart Communications. All Rights Reserved.