C# Class System.SmallRect

Afficher le fichier Open project: runefs/Marvin Class Usage Examples

Méthodes publiques

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

Méthodes publiques

Méthode Description
SmallRect ( int left, int top, int right, int bottom ) : System.Runtime.InteropServices

Method Details

SmallRect() public méthode

public SmallRect ( 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 short Bottom
Résultat short

Left public_oe property

public short Left
Résultat short

Right public_oe property

public short Right
Résultat short

Top public_oe property

public short Top
Résultat short