ComponentOne SuperTooltip for WinForms
C1.Win.4.8 Assembly / C1.Util.Win Namespace / Win32.MONITORINFOEX Structure / rcMonitor Field

In This Topic
    rcMonitor Field (Win32.MONITORINFOEX)
    In This Topic
    A RECT structure that specifies the display monitor rectangle, expressed in virtual-screen coordinates. Note that if the monitor is not the primary display monitor, some of the rectangle's coordinates may be negative values.
    Syntax
    'Declaration
     
    Public rcMonitor As Win32.RECT
    public Win32.RECT rcMonitor
    See Also