Toggle navigation
Hot Examples
ES
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
Buscar
Inicio
tk2dEditor
Atlas
Rect
C# Class tk2dEditor.Atlas.Rect
Mostrar archivo
Open project: Collegiennes/Malisse
Class Usage Examples
Public Properties
Property
Type
Description
height
int
width
int
x
int
y
int
Public Methods
Method
Description
Copy
( ) :
Rect
IsContainedIn
(
Rect
a
,
Rect
b
) :
bool
Method Details
Copy()
public
method
public
Copy
( ) :
Rect
return
Rect
IsContainedIn()
public
static
method
public
static
IsContainedIn
(
Rect
a
,
Rect
b
) :
bool
a
Rect
b
Rect
return
bool
Property Details
height
public_oe property
public
int
height
return
int
width
public_oe property
public
int
width
return
int
x
public_oe property
public
int
x
return
int
y
public_oe property
public
int
y
return
int