The RectangleToScreen Method is available in LEADTOOLS Document and Medical Imaging toolkits.
- rect
- The source rectangle in client coordinates.
Visual Basic (Usage) | Copy Code |
---|---|
Dim instance As IAnnAutomationControl Dim rect As Rectangle Dim value As Rectangle value = instance.RectangleToScreen(rect) |
Parameters
- rect
- The source rectangle in client coordinates.
Return Value
The result rectangle in screen coordinates.For an example, refer to IAnnAutomationControl.
If your control is derived from the standard System.Windows.Forms.Control, then you do not need to implement this method (since the default System.Windows.Forms.Control.RectangleToScreen will be used).
Target Platforms: Microsoft .NET Framework 2.0, Windows 2000, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7