Tanoda
|
Public Member Functions | |
RECT (int left, int top, int right, int bottom) | |
override string | ToString () |
Public Attributes | |
int | Left |
int | Top |
int | Right |
int | Bottom |
Definition at line 334 of file B83.Win32.cs.
B83.Win32.RECT.RECT | ( | int | left, |
int | top, | ||
int | right, | ||
int | bottom | ||
) |
Definition at line 338 of file B83.Win32.cs.
override string B83.Win32.RECT.ToString | ( | ) |
Definition at line 345 of file B83.Win32.cs.
int B83.Win32.RECT.Bottom |
Definition at line 336 of file B83.Win32.cs.
int B83.Win32.RECT.Left |
Definition at line 336 of file B83.Win32.cs.
int B83.Win32.RECT.Right |
Definition at line 336 of file B83.Win32.cs.
int B83.Win32.RECT.Top |
Definition at line 336 of file B83.Win32.cs.