eDriven Framework API
Expand Method (left, right, top, bottom)
NamespaceseDriven.Core.GeomRectangleExpand(Single, Single, Single, Single)
eDriven Framework API
Expands a rectangle
Declaration Syntax
C#Visual BasicVisual C++
public Rectangle Expand(
	float left,
	float right,
	float top,
	float bottom
)
Public Function Expand ( _
	left As Single, _
	right As Single, _
	top As Single, _
	bottom As Single _
) As Rectangle
public:
Rectangle^ Expand(
	float left, 
	float right, 
	float top, 
	float bottom
)
Parameters
left (Single)
right (Single)
top (Single)
bottom (Single)
Return Value

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