Retrieves a rectangle in screen coordinates taking as a parameter a rectangle
which is in element coordinates (this means that the top left corner of the element is
with coordinates 0, 0).
Namespace: Telerik.WinControlsAssembly: Telerik.WinControls (in Telerik.WinControls.dll) Version: 2013.1.321.40 (2013.1.321.40)
Syntax
| C# |
|---|
public Rectangle RectangleToScreen(
Rectangle rect
) |
| Visual Basic |
|---|
Public Function RectangleToScreen ( _
rect As Rectangle _
) As Rectangle |
Parameters
- rect
- Type: System.Drawing..::..Rectangle
See Also