Toggle navigation
Hot Examples
PT
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
Pesquisar
Página Inicial
Binarysharp
MemoryManagement
Native
Point
C# Class Binarysharp.MemoryManagement.Native.Point
Exibir arquivo
Open project: ZenLulz/MemorySharp
Public Properties
Property
Type
Description
X
int
Y
int
Public Methods
Method
Description
ToString
( ) :
string
Returns a string that represents the current object.
Method Details
ToString()
public
method
Returns a string that represents the current object.
public
ToString
( ) :
string
return
string
Property Details
X
public_oe property
The x-coordinate of the point.
public
int
X
return
int
Y
public_oe property
The y-coordinate of the point.
public
int
Y
return
int