Windows: Add Screen CLass
This commit is contained in:
@@ -319,7 +319,7 @@ Public Class Window
|
||||
|
||||
Private Function GetRelativeRectangle(ControlRect As NativeMethods.RectangleAPI, WindowRect As NativeMethods.RectangleAPI, Anchor As Anchor) As NativeMethods.RectangleAPI
|
||||
Try
|
||||
Dim oScreenRect As Rectangle = Screen.PrimaryScreen.Bounds
|
||||
Dim oScreenRect As Rectangle = System.Windows.Forms.Screen.PrimaryScreen.Bounds
|
||||
Dim oLeft, oBottom, oTop, oRight As Integer
|
||||
|
||||
_Logger.Debug("Calculating Rectangle for Anchor {0}", Anchor.ToString)
|
||||
|
||||
Reference in New Issue
Block a user