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

Public Member Functions

 POINT (int aX, int aY)
 
override string ToString ()
 

Public Attributes

int x
 
int y
 

Detailed Description

Definition at line 3 of file POINT.cs.

Constructor & Destructor Documentation

◆ POINT()

B83.Win32.POINT.POINT ( int  aX,
int  aY 
)
inline

Definition at line 9 of file POINT.cs.

10 {
11 x = aX;
12 y = aY;
13 }

References B83.Win32.POINT.x, and B83.Win32.POINT.y.

Member Function Documentation

◆ ToString()

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

Definition at line 15 of file POINT.cs.

16 {
17 return "(" + x + ", " + y + ")";
18 }

References B83.Win32.POINT.x, and B83.Win32.POINT.y.

Member Data Documentation

◆ x

int B83.Win32.POINT.x

Definition at line 5 of file POINT.cs.

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

◆ y

int B83.Win32.POINT.y

Definition at line 7 of file POINT.cs.

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


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