Initializes a new instance of the GraphicGroup class

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