Compartir a través de


Transforms.Texture2Fixed Property

Gets or sets the Texture2Fixed transformation for fixed-point math operations.

Namespace: Microsoft.WindowsMobile.DirectX.Direct3D
Assembly: Microsoft.WindowsMobile.DirectX (in microsoft.windowsmobile.directx.dll)

Syntax

'Declaration
Public Property Texture2Fixed As MatrixFixed
'Usage
Dim instance As Transforms
Dim value As MatrixFixed

value = instance.Texture2Fixed

instance.Texture2Fixed = value
public MatrixFixed Texture2Fixed { get; set; }
public:
property MatrixFixed Texture2Fixed {
    MatrixFixed get ();
    void set (MatrixFixed value);
}
/** @property */
public MatrixFixed get_Texture2Fixed ()

/** @property */
public void set_Texture2Fixed (MatrixFixed value)
public function get Texture2Fixed () : MatrixFixed

public function set Texture2Fixed (value : MatrixFixed)
Not applicable.

Property Value

A MatrixFixed representing the transformation.

Platforms

Windows CE, Windows Mobile for Pocket PC, Windows Mobile for Smartphone

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

Version Information

.NET Compact Framework

Supported in: 2.0

See Also

Reference

Transforms Class
Transforms Members
Microsoft.WindowsMobile.DirectX.Direct3D Namespace