C# 클래스 PInvoke.User32.MONITORINFOEX

파일 보기 프로젝트 열기: AArnott/pinvoke

공개 프로퍼티들

프로퍼티 타입 설명
Flags uint
Monitor RECT
WorkArea RECT
cbSize int

공개 메소드들

메소드 설명
Create ( ) : MONITORINFOEX

메소드 상세

Create() 공개 정적인 메소드

public static Create ( ) : MONITORINFOEX
리턴 MONITORINFOEX

프로퍼티 상세

Flags 공개적으로 프로퍼티

The attributes of the display monitor.
This member can be the following value: 1 : MONITORINFOF_PRIMARY
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,PInvoke Monitor
리턴 RECT

WorkArea 공개적으로 프로퍼티

A RECT structure that specifies the work area rectangle of the display monitor that can be used by applications, expressed in virtual-screen coordinates. Windows uses this rectangle to maximize an application on the monitor. The rest of the area in rcMonitor contains system windows such as the task bar and side bars. Note that if the monitor is not the primary display monitor, some of the rectangle's coordinates may be negative values.
public RECT,PInvoke WorkArea
리턴 RECT

cbSize 공개적으로 프로퍼티

The size, in bytes, of the structure. Set this member to sizeof(MONITORINFOEX) (72) before calling the GetMonitorInfo function. Doing so lets the function determine the type of structure you are passing to it.
public int cbSize
리턴 int