Scale a collection of objects to a specific size

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

Syntax

C#
public void ScaleTo(
	Rect3D bounds,
	ICollection collection
)
Visual Basic
Public Sub ScaleTo ( _
	bounds As Rect3D, _
	collection As ICollection _
)
JScript
public function ScaleTo(
	bounds : Rect3D, 
	collection : ICollection
)

Parameters

bounds
Type: System.Windows.Media.Media3D..::..Rect3D
the target size for the object
collection
Type: System.Collections..::..ICollection
a collection containing the objects to scale

See Also