C# Class TOAPI.Kernel32.SMALL_RECT

Afficher le fichier Open project: Wiladams/NewTOAPIA Class Usage Examples

Méthodes publiques

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

Méthodes publiques

Méthode Description
SMALL_RECT ( short left, short top, short right, short bottom ) : System

Method Details

SMALL_RECT() public méthode

public SMALL_RECT ( short left, short top, short right, short bottom ) : System
left short
top short
right short
bottom short
Résultat System

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