Toggle navigation
Hot Examples
ZH
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
搜索
Home
Binarysharp
MemoryManagement
Native
Rectangle
C# Class Binarysharp.MemoryManagement.Native.Rectangle
显示文件
Open project: ZenLulz/MemorySharp
Public Properties
Property
Type
Description
Bottom
int
Left
int
Right
int
Top
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
Bottom
public_oe property
The y-coordinate of the lower-right corner of the rectangle.
public
int
Bottom
return
int
Left
public_oe property
The x-coordinate of the upper-left corner of the rectangle.
public
int
Left
return
int
Right
public_oe property
The x-coordinate of the lower-right corner of the rectangle.
public
int
Right
return
int
Top
public_oe property
The y-coordinate of the upper-left corner of the rectangle.
public
int
Top
return
int