Share via


Transforms Members

Allows applications to specify and obtain matrix transformations, for example, the world, view, and transformation matrices used for Direct3D object rendering.

The following tables list the members exposed by the Transforms type.

Public Properties

  Name Description
Public property Supported by the .NET Compact Framework Projection Gets or sets the projection transformation.
Public property Supported by the .NET Compact Framework ProjectionFixed Gets or sets the projection transformation for fixed-point math operations.
Public property Supported by the .NET Compact Framework Texture0 Retrieves or sets the Texture0 transformation.
Public property Supported by the .NET Compact Framework Texture0Fixed Gets or sets the Texture0Fixed transformation for fixed-point math operations.
Public property Supported by the .NET Compact Framework Texture1 Retrieves or sets the Texture1 transformation.
Public property Supported by the .NET Compact Framework Texture1Fixed Gets or sets the Texture1Fixed transformation for fixed-point math operations.
Public property Supported by the .NET Compact Framework Texture2 Retrieves or sets the Texture2 transformation.
Public property Supported by the .NET Compact Framework Texture2Fixed Gets or sets the Texture2Fixed transformation for fixed-point math operations.
Public property Supported by the .NET Compact Framework Texture3 Retrieves or sets the Texture3 transformation.
Public property Supported by the .NET Compact Framework Texture3Fixed Gets or sets the Texture3Fixed transformation for fixed-point math operations.
Public property Supported by the .NET Compact Framework View Gets or sets the view transformation matrix.
Public property Supported by the .NET Compact Framework ViewFixed Gets or sets the view transformation matrix for fixed-point math operations,
Public property Supported by the .NET Compact Framework World Gets or sets the first world matrix.
Public property Supported by the .NET Compact Framework WorldFixed Gets or sets the first world matrix for fixed-point math operations.

Top

Public Methods

(see also Protected Methods )

  Name Description
Public method Supported by the .NET Compact Framework Equals  Overloaded. Determines whether two Object instances are equal. (inherited from Object)
Public method Supported by the .NET Compact Framework GetHashCode  Serves as a hash function for a particular type. (inherited from Object)
Public method Supported by the .NET Compact Framework GetType  Gets the Type of the current instance. (inherited from Object)
Public method Static Supported by the .NET Compact Framework ReferenceEquals  Determines whether the specified Object instances are the same instance. (inherited from Object)
Public method Supported by the .NET Compact Framework ToString  Returns a String that represents the current Object. (inherited from Object)

Top

Protected Methods

  Name Description
Protected method Supported by the .NET Compact Framework Finalize  Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection. (inherited from Object)
Protected method Supported by the .NET Compact Framework MemberwiseClone  Creates a shallow copy of the current Object. (inherited from Object)

Top

See Also

Reference

Transforms Class
Microsoft.WindowsMobile.DirectX.Direct3D Namespace

Other Resources

Direct3D Programming