RectangleToScreen Method
See Also 
Xceed.Grid Assembly > Xceed.Grid Namespace > VisualGridElement Class : RectangleToScreen Method


rectangle
The client rectangle System.Drawing.Rectangle to convert.
Determines the size and location of the specified client rectangle in screen coordinates.

Syntax

Visual Basic (Declaration) 
Public Function RectangleToScreen( _
   ByVal rectangle As Rectangle _
) As Rectangle
Visual Basic (Usage)Copy Code
Dim instance As VisualGridElement
Dim rectangle As Rectangle
Dim value As Rectangle
 
value = instance.RectangleToScreen(rectangle)
C# 
public Rectangle RectangleToScreen( 
   Rectangle rectangle
)

Parameters

rectangle
The client rectangle System.Drawing.Rectangle to convert.

Return Value

A System.Drawing.Rectangle that represents the converted Rectangle in screen coordinates.

Requirements

Target Platforms: Windows 2000, Windows XP SP3 Family, Windows Server 2003-2008 Family, Windows Vista, Windows 7

See Also