C# 클래스 Binarysharp.MemoryManagement.Native.WindowPlacement

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

공개 프로퍼티들

프로퍼티 타입 설명
Flags int
Length int
MaxPosition Point
MinPosition Point
NormalPosition Rectangle
ShowCmd WindowStates

프로퍼티 상세

Flags 공개적으로 프로퍼티

Specifies flags that control the position of the minimized window and the method by which the window is restored.
public int Flags
리턴 int

Length 공개적으로 프로퍼티

The length of the structure, in bytes. Before calling the GetWindowPlacement or SetWindowPlacement functions, set this member to sizeof(WINDOWPLACEMENT).
public int Length
리턴 int

MaxPosition 공개적으로 프로퍼티

The coordinates of the window's upper-left corner when the window is maximized.
public Point MaxPosition
리턴 Point

MinPosition 공개적으로 프로퍼티

The coordinates of the window's upper-left corner when the window is minimized.
public Point MinPosition
리턴 Point

NormalPosition 공개적으로 프로퍼티

The window's coordinates when the window is in the restored position.
public Rectangle,Binarysharp.MemoryManagement.Native NormalPosition
리턴 Rectangle

ShowCmd 공개적으로 프로퍼티

The current show state of the window.
public WindowStates ShowCmd
리턴 WindowStates