Elin Decompiled Documentation EA 23.102 Nightly
|
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 |
|
inline |
Definition at line 13 of file RECT.cs.
References B83.Win32.RECT.Bottom, B83.Win32.RECT.Left, left, B83.Win32.RECT.Right, right, and B83.Win32.RECT.Top.
|
inline |
Definition at line 21 of file RECT.cs.
References B83.Win32.RECT.Bottom, B83.Win32.RECT.Left, B83.Win32.RECT.Right, and B83.Win32.RECT.Top.
int B83.Win32.RECT.Bottom |
Definition at line 11 of file RECT.cs.
Referenced by B83.Win32.RECT.RECT(), and B83.Win32.RECT.ToString().
int B83.Win32.RECT.Left |
Definition at line 5 of file RECT.cs.
Referenced by B83.Win32.RECT.RECT(), and B83.Win32.RECT.ToString().
int B83.Win32.RECT.Right |
Definition at line 9 of file RECT.cs.
Referenced by B83.Win32.RECT.RECT(), and B83.Win32.RECT.ToString().
int B83.Win32.RECT.Top |
Definition at line 7 of file RECT.cs.
Referenced by B83.Win32.RECT.RECT(), and B83.Win32.RECT.ToString().