C# Class Binarysharp.MemoryManagement.Native.WindowPlacement

Afficher le fichier Open project: ZenLulz/MemorySharp Class Usage Examples

Méthodes publiques

Свойство 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
Résultat 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
Résultat int

MaxPosition public_oe property

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

MinPosition public_oe property

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

NormalPosition public_oe property

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

ShowCmd public_oe property

The current show state of the window.
public WindowStates ShowCmd
Résultat WindowStates