Groups the currently selected objects into a Viewbox.

Namespace: Ico.Gwx
Assembly: GwxConfigCore (in GwxConfigCore.dll) Version: 10.97.212.0 (10.97.212.00)

Syntax

C#
public GwxViewbox GroupSelectedObjectsToViewbox()
Visual Basic
Public Function GroupSelectedObjectsToViewbox As GwxViewbox
JScript
public function GroupSelectedObjectsToViewbox() : GwxViewbox

Return Value

The new GwxViewbox object that contains the formerly selected objects.

See Also