Namespace: DeltaEngine.DatatypesAssembly: DeltaEngine (in DeltaEngine.dll) Version: 1.1.1.0 (1.1.1)
public static Rectangle FromCenter(
float x,
float y,
float width,
float height
)
public static Rectangle FromCenter(
float x,
float y,
float width,
float height
)
Public Shared Function FromCenter (
x As Single,
y As Single,
width As Single,
height As Single
) As Rectangle
Public Shared Function FromCenter (
x As Single,
y As Single,
width As Single,
height As Single
) As Rectangle
public:
static Rectangle FromCenter(
float x,
float y,
float width,
float height
)
public:
static Rectangle FromCenter(
float x,
float y,
float width,
float height
)
static member FromCenter :
x : float32 *
y : float32 *
width : float32 *
height : float32 -> Rectangle
static member FromCenter :
x : float32 *
y : float32 *
width : float32 *
height : float32 -> Rectangle
Return Value
Type:
Rectangle