Elin Decompiled Documentation EA 23.102 Nightly
Loading...
Searching...
No Matches
B83.Win32.RECT Struct Reference

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
 

Detailed Description

Definition at line 3 of file RECT.cs.

Constructor & Destructor Documentation

◆ RECT()

B83.Win32.RECT.RECT ( int  left,
int  top,
int  right,
int  bottom 
)
inline

Definition at line 13 of file RECT.cs.

14 {
15 Left = left;
16 Top = top;
17 Right = right;
18 Bottom = bottom;
19 }
int Left
Definition: RECT.cs:5
int Right
Definition: RECT.cs:9
int Bottom
Definition: RECT.cs:11
int Top
Definition: RECT.cs:7

References B83.Win32.RECT.Bottom, B83.Win32.RECT.Left, left, B83.Win32.RECT.Right, right, and B83.Win32.RECT.Top.

Member Function Documentation

◆ ToString()

override string B83.Win32.RECT.ToString ( )
inline

Definition at line 21 of file RECT.cs.

22 {
23 return "(" + Left + ", " + Top + ", " + Right + ", " + Bottom + ")";
24 }

References B83.Win32.RECT.Bottom, B83.Win32.RECT.Left, B83.Win32.RECT.Right, and B83.Win32.RECT.Top.

Member Data Documentation

◆ Bottom

int B83.Win32.RECT.Bottom

Definition at line 11 of file RECT.cs.

Referenced by B83.Win32.RECT.RECT(), and B83.Win32.RECT.ToString().

◆ Left

int B83.Win32.RECT.Left

Definition at line 5 of file RECT.cs.

Referenced by B83.Win32.RECT.RECT(), and B83.Win32.RECT.ToString().

◆ Right

int B83.Win32.RECT.Right

Definition at line 9 of file RECT.cs.

Referenced by B83.Win32.RECT.RECT(), and B83.Win32.RECT.ToString().

◆ Top

int B83.Win32.RECT.Top

Definition at line 7 of file RECT.cs.

Referenced by B83.Win32.RECT.RECT(), and B83.Win32.RECT.ToString().


The documentation for this struct was generated from the following file: