Namespace: DeltaEngine.DatatypesAssembly: DeltaEngine (in DeltaEngine.dll) Version: 1.1.1.0 (1.1.1)
public Rectangle Move(
float translationX,
float translationY
)
public Rectangle Move(
float translationX,
float translationY
)
Public Function Move (
translationX As Single,
translationY As Single
) As Rectangle
Public Function Move (
translationX As Single,
translationY As Single
) As Rectangle
public:
Rectangle Move(
float translationX,
float translationY
)
public:
Rectangle Move(
float translationX,
float translationY
)
member Move :
translationX : float32 *
translationY : float32 -> Rectangle
member Move :
translationX : float32 *
translationY : float32 -> Rectangle
Return Value
Type:
Rectangle