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

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