Свойство | Type | Description | |
---|---|---|---|
Bottom | int | ||
Left | int | ||
Right | int | ||
Top | int |
Méthode | Description | |
---|---|---|
FromRectangle ( |
||
RECT ( int left, int top, int right, int bottom ) : System |
Initializes a new instance of the RECT struct.
|
|
ToRectangle ( ) : |
public static FromRectangle ( |
||
rectangle | ||
Résultat |
public RECT ( int left, int top, int right, int bottom ) : System | ||
left | int | The left coordinate. |
top | int | The top coordinate. |
right | int | The right coordinate. |
bottom | int | The bottom coordinate. |
Résultat | System |