eDriven Framework API
FromWidthAndHeight Method (width, height)
NamespaceseDriven.Core.GeomRectangleFromWidthAndHeight(Single, Single)
eDriven Framework API
Creates a rectangle from size
Declaration Syntax
C#Visual BasicVisual C++
public static Rectangle FromWidthAndHeight(
	float width,
	float height
)
Public Shared Function FromWidthAndHeight ( _
	width As Single, _
	height As Single _
) As Rectangle
public:
static Rectangle^ FromWidthAndHeight(
	float width, 
	float height
)
Parameters
width (Single)
height (Single)
Return Value

Assembly: eDriven.Core (Module: eDriven.Core) Version: 2.0.1.0 (2.0.1.0)