C# Class Fluent.NativeMethods.MonitorInfo

Afficher le fichier Open project: Gainedge/BetterExplorer Class Usage Examples

Méthodes publiques

Свойство Type Description
Flags uint
Monitor Rect
Size int
Work Rect

Property Details

Flags public_oe property

A set of flags that represent attributes of the display monitor.
public uint Flags
Résultat uint

Monitor public_oe property

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.
public Rect Monitor
Résultat Rect

Size public_oe property

The size of the structure, in bytes.
public int Size
Résultat int

Work public_oe property

A RECT structure that specifies the work area rectangle of the display monitor, 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.
public Rect Work
Résultat Rect