Move and scale a collection of objects to fill a specific region of space
Namespace: Ico.GwxAssembly: Gwx3DControl (in Gwx3DControl.dll) Version: 10.97.212.0 (10.97.212.00)
Syntax
C# |
---|
public void SetDimension(
Rect3D bounds,
ICollection collection
) |
Visual Basic |
---|
Public Sub SetDimension ( _
bounds As Rect3D, _
collection As ICollection _
) |
JScript |
---|
public function SetDimension(
bounds : Rect3D,
collection : ICollection
) |
Parameters
- bounds
- Type: System.Windows.Media.Media3D..::..Rect3D
the portion of space to fill
- collection
- Type: System.Collections..::..ICollection
a collection containing the objects to move and scale
See Also