Namespace: TilDeathAssembly: TilDeath (in TilDeath.exe) Version: 1.1.1.0 (1.1.1)
public ColorRectangle(
float x,
float y,
float width,
float height
)
public ColorRectangle(
float x,
float y,
float width,
float height
)
Public Sub New (
x As Single,
y As Single,
width As Single,
height As Single
)
Public Sub New (
x As Single,
y As Single,
width As Single,
height As Single
)
public:
ColorRectangle(
float x,
float y,
float width,
float height
)
public:
ColorRectangle(
float x,
float y,
float width,
float height
)
new :
x : float32 *
y : float32 *
width : float32 *
height : float32 -> ColorRectangle
new :
x : float32 *
y : float32 *
width : float32 *
height : float32 -> ColorRectangle