C# 클래스 BrightnessTray.NativeMethods.MONITORINFO

파일 보기 프로젝트 열기: navhaxs/BrightnessTray

공개 프로퍼티들

프로퍼티 타입 설명
cbSize uint
dwFlags uint
rcMonitor RECT
rcWork RECT

프로퍼티 상세

cbSize 공개적으로 프로퍼티

The size of the structure, in bytes.
public uint cbSize
리턴 uint

dwFlags 공개적으로 프로퍼티

A set of flags that represent attributes of the display monitor.
public uint dwFlags
리턴 uint

rcMonitor 공개적으로 프로퍼티

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 rcMonitor
리턴 RECT

rcWork 공개적으로 프로퍼티

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 rcWork
리턴 RECT