Toggle navigation
Hot Examples
FR
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
Rechercher
Accueil
Binarysharp
MemoryManagement
Native
Rectangle
C# Class Binarysharp.MemoryManagement.Native.Rectangle
Afficher le fichier
Open project: ZenLulz/MemorySharp
Méthodes publiques
Свойство
Type
Description
Bottom
int
Left
int
Right
int
Top
int
Méthodes publiques
Méthode
Description
ToString
( ) :
string
Returns a string that represents the current object.
Method Details
ToString()
public
méthode
Returns a string that represents the current object.
public
ToString
( ) :
string
Résultat
string
Property Details
Bottom
public_oe property
The y-coordinate of the lower-right corner of the rectangle.
public
int
Bottom
Résultat
int
Left
public_oe property
The x-coordinate of the upper-left corner of the rectangle.
public
int
Left
Résultat
int
Right
public_oe property
The x-coordinate of the lower-right corner of the rectangle.
public
int
Right
Résultat
int
Top
public_oe property
The y-coordinate of the upper-left corner of the rectangle.
public
int
Top
Résultat
int