Свойство | Type | Description | |
---|---|---|---|
Bottom | int | ||
Empty | Win32Rect | ||
Left | int | ||
Right | int | ||
Top | int |
Méthode | Description | |
---|---|---|
FromRTLB ( int left, int top, int right, int bottom ) : Win32Rect | ||
Win32Rect ( int x, int y, int w, int h ) : System |
public static FromRTLB ( int left, int top, int right, int bottom ) : Win32Rect | ||
left | int | |
top | int | |
right | int | |
bottom | int | |
Résultat | Win32Rect |
public Win32Rect ( int x, int y, int w, int h ) : System | ||
x | int | |
y | int | |
w | int | |
h | int | |
Résultat | System |