Reports for WinForms | ComponentOne
C1.C1Report.4 Assembly / C1.C1Preview Namespace / SystemInfo Class / PrimaryScreenBounds Property

In This Topic
    PrimaryScreenBounds Property
    In This Topic
    Gets the bounds of the screen as returned by System.Windows.Forms.Screen.Bounds.
    Syntax
    'Declaration
     
    Public ReadOnly Property PrimaryScreenBounds As Rectangle
    public Rectangle PrimaryScreenBounds {get;}
    See Also