Initializes a new instance of the GraphicGroup class

C# | Visual Basic | Visual 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 )
