eDriven Framework API
CenterRect Method (inner, outer)
NamespaceseDriven.Core.UtilStageUtilCenterRect(Rect, Rect)
eDriven Framework API
Centers the inner inside the outer Rect
Declaration Syntax
C#Visual BasicVisual C++
public static Rect CenterRect(
	Rect inner,
	Rect outer
)
Public Shared Function CenterRect ( _
	inner As Rect, _
	outer As Rect _
) As Rect
public:
static Rect CenterRect(
	Rect inner, 
	Rect outer
)
Parameters
inner (Rect)
outer (Rect)
Return Value

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