|
ScreenAreaLeftMostBound Property
|
Gets the least "x" coordinate of all screens on the system
Namespace: GSF.Windows.FormsAssembly: GSF.Windows (in GSF.Windows.dll) Version: 2.4.207-beta
Syntax public static int LeftMostBound { get; }
Public Shared ReadOnly Property LeftMostBound As Integer
Get
public:
static property int LeftMostBound {
int get ();
}
static member LeftMostBound : int with get
GSF.Windows.Forms.ScreenArea.get_LeftMostBound = function();
View SourceReturn Value
Int32The smallest visible "x" screen coordinate
See Also