Свойство | Type | Description | |
---|---|---|---|
Bottom | short | ||
Left | short | ||
Right | short | ||
Top | short |
Méthode | Description | |
---|---|---|
SMALL_RECT ( int left, int top, int right, int bottom ) : System | ||
SMALL_RECT ( short left, short top, short right, short bottom ) : System |
public SMALL_RECT ( int left, int top, int right, int bottom ) : System | ||
left | int | |
top | int | |
right | int | |
bottom | int | |
Résultat | System |
public SMALL_RECT ( short left, short top, short right, short bottom ) : System | ||
left | short | |
top | short | |
right | short | |
bottom | short | |
Résultat | System |