Initializes a new instance of the
Rectangle class
Namespace: DeltaEngine.DatatypesAssembly: DeltaEngine (in DeltaEngine.dll) Version: 1.1.1.0 (1.1.1)
public Rectangle(
float left,
float top,
float width,
float height
)
public Rectangle(
float left,
float top,
float width,
float height
)
Public Sub New (
left As Single,
top As Single,
width As Single,
height As Single
)
Public Sub New (
left As Single,
top As Single,
width As Single,
height As Single
)
public:
Rectangle(
float left,
float top,
float width,
float height
)
public:
Rectangle(
float left,
float top,
float width,
float height
)
new :
left : float32 *
top : float32 *
width : float32 *
height : float32 -> Rectangle
new :
left : float32 *
top : float32 *
width : float32 *
height : float32 -> Rectangle