C# Class Binarysharp.MemoryManagement.Native.WindowPlacement

Show file Open project: ZenLulz/MemorySharp Class Usage Examples

Public Properties

Property Type Description
Flags int
Length int
MaxPosition Point
MinPosition Point
NormalPosition Rectangle
ShowCmd WindowStates

Property Details

Flags public property

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

Length public property

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

MaxPosition public property

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

MinPosition public property

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

NormalPosition public property

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

ShowCmd public property

The current show state of the window.
public WindowStates ShowCmd
return WindowStates