Windows apps
Collapse the table of content
Expand the table of content
Information
The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.

Transform3DCollection Class

Represents an ordered collection of Transform3D objects.

Namespace: System.Windows.Media.Media3D
Assembly: PresentationCore (in presentationcore.dll)
XML Namespace:  http://schemas.microsoft.com/winfx/2006/xaml/presentation

'Declaration
Public NotInheritable Class Transform3DCollection
	Inherits Animatable
	Implements IList, ICollection, IList(Of Transform3D), _
	ICollection(Of Transform3D), IEnumerable(Of Transform3D), _
	IEnumerable
'Usage
Dim instance As Transform3DCollection

public final class Transform3DCollection extends Animatable implements IList, ICollection, 
	IList<Transform3D>, ICollection<Transform3D>, IEnumerable<Transform3D>, 
	IEnumerable
public final class Transform3DCollection extends Animatable implements IList, ICollection, 
	IList<Transform3D>, ICollection<Transform3D>, IEnumerable<Transform3D>, 
	IEnumerable
<Transform3DCollection .../>

The Children property of Transform3DGroup is a Transform3DCollection.

<ModelVisual3D.Transform>
  <Transform3DGroup >
    <Transform3DGroup.Children>
      <RotateTransform3D x:Name="myHorizontalRTransform">
        <RotateTransform3D.Rotation>
          <AxisAngleRotation3D x:Name="myHorizontalRotation" Angle="0" Axis="0 1 0" />
        </RotateTransform3D.Rotation>
      </RotateTransform3D>
      <RotateTransform3D x:Name="myVerticalRTransform">
        <RotateTransform3D.Rotation>
          <AxisAngleRotation3D x:Name="myVerticalRotation" Angle="0" Axis="1 0 0" />
        </RotateTransform3D.Rotation>
      </RotateTransform3D>
      <TranslateTransform3D x:Name="myTranslateTransform" OffsetX="0" OffsetY="0" OffsetZ="0" />
    </Transform3DGroup.Children>
  </Transform3DGroup>
</ModelVisual3D.Transform>

System.Object
   System.Windows.Threading.DispatcherObject
     System.Windows.DependencyObject
       System.Windows.Freezable
         System.Windows.Media.Animation.Animatable
          System.Windows.Media.Media3D.Transform3DCollection

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Windows 98, Windows Server 2000 SP4, Windows CE, Windows Millennium Edition, Windows Mobile for Pocket PC, Windows Mobile for Smartphone, Windows Server 2003, Windows XP Media Center Edition, Windows XP Professional x64 Edition, Windows XP SP2, Windows XP Starter Edition

The Microsoft .NET Framework 3.0 is supported on Windows Vista, Microsoft Windows XP SP2, and Windows Server 2003 SP1.

.NET Framework

Supported in: 3.0

Community Additions

Show:
© 2017 Microsoft