|
ScreenAreaRightMostBound Property
|
Gets the greatest "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 RightMostBound { get; }
Public Shared ReadOnly Property RightMostBound As Integer
Get
public:
static property int RightMostBound {
int get ();
}
static member RightMostBound : int with get
GSF.Windows.Forms.ScreenArea.get_RightMostBound = function();
View SourceReturn Value
Int32The largest visible "x" screen coordinate
See Also