C# Class ManagedWin32.Api.RECT

Afficher le fichier Open project: MathewSachin/ManagedWin32 Class Usage Examples

Méthodes publiques

Свойство Type Description
Bottom int
Left int
Right int
Top int

Méthodes publiques

Méthode Description
RECT ( int Left, int Top, int Right, int Bottom ) : System.Runtime.InteropServices

Method Details

RECT() public méthode

public RECT ( int Left, int Top, int Right, int Bottom ) : System.Runtime.InteropServices
Left int
Top int
Right int
Bottom int
Résultat System.Runtime.InteropServices

Property Details

Bottom public_oe property

public int Bottom
Résultat int

Left public_oe property

public int Left
Résultat int

Right public_oe property

public int Right
Résultat int

Top public_oe property

public int Top
Résultat int