eDriven Framework API
GraphicGroup Constructor (left, right, top, bottom, elements)
NamespaceseDriven.Gui.GraphicsGraphicGroupGraphicGroup(Single, Single, Single, Single, array<GraphicsBase>[]()[][])
eDriven Framework API
Initializes a new instance of the GraphicGroup class
Declaration Syntax
C#Visual BasicVisual C++
public GraphicGroup(
	float left,
	float right,
	float top,
	float bottom,
	params GraphicsBase[] elements
)
Public Sub New ( _
	left As Single, _
	right As Single, _
	top As Single, _
	bottom As Single, _
	ParamArray elements As GraphicsBase() _
)
public:
GraphicGroup(
	float left, 
	float right, 
	float top, 
	float bottom, 
	... array<GraphicsBase^>^ elements
)
Parameters
left (Single)
right (Single)
top (Single)
bottom (Single)
elements (array<GraphicsBase>[]()[][])

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