ComponentOne ReportViewer for ASP.NET Web Forms
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 System.Drawing.Rectangle
    public System.Drawing.Rectangle PrimaryScreenBounds {get;}
    See Also