C# 클래스 Fluent.NativeMethods.MonitorInfo

파일 보기 프로젝트 열기: Gainedge/BetterExplorer 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
Flags uint
Monitor Rect
Size int
Work Rect

프로퍼티 상세

Flags 공개적으로 프로퍼티

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

Monitor 공개적으로 프로퍼티

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
리턴 Rect

Size 공개적으로 프로퍼티

The size of the structure, in bytes.
public int Size
리턴 int

Work 공개적으로 프로퍼티

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
리턴 Rect