Make a collection of objects the same size
Namespace: Ico.GwxAssembly: Gwx3DControl (in Gwx3DControl.dll) Version: 10.97.212.0 (10.97.212.00)
Syntax
C# |
---|
public void MakeObjectsSameSize(
MakeSameSize3DType sizeType,
ICollection collection,
DependencyObject head
) |
Visual Basic |
---|
Public Sub MakeObjectsSameSize ( _
sizeType As MakeSameSize3DType, _
collection As ICollection, _
head As DependencyObject _
) |
JScript |
---|
public function MakeObjectsSameSize(
sizeType : MakeSameSize3DType,
collection : ICollection,
head : DependencyObject
) |
Parameters
- sizeType
- Type: Ico.Gwx..::..MakeSameSize3DType
the type of sizing to apply
- collection
- Type: System.Collections..::..ICollection
a collection containing the objects to resize
- head
- Type: System.Windows..::..DependencyObject
the head object
See Also