eDriven Framework API
FromPositionAndSize Method (position, size)
NamespaceseDriven.Core.GeomRectangleFromPositionAndSize(Point, Point)
eDriven Framework API
Creates a rectangle from position and size
Declaration Syntax
C#Visual BasicVisual C++
public static Rectangle FromPositionAndSize(
	Point position,
	Point size
)
Public Shared Function FromPositionAndSize ( _
	position As Point, _
	size As Point _
) As Rectangle
public:
static Rectangle^ FromPositionAndSize(
	Point^ position, 
	Point^ size
)
Parameters
position (Point)
size (Point)
Return Value

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