C# Class Binarysharp.MemoryManagement.Native.WindowPlacement

Datei anzeigen 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_oe 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_oe 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_oe property

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

MinPosition public_oe property

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

NormalPosition public_oe property

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

ShowCmd public_oe property

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