Compartir a través de


Transforms.Texture1 Property

Retrieves or sets the Texture1 transformation.

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

Syntax

'Declaration
Public Property Texture1 As Matrix
'Usage
Dim instance As Transforms
Dim value As Matrix

value = instance.Texture1

instance.Texture1 = value
public Matrix Texture1 { get; set; }
public:
property Matrix Texture1 {
    Matrix get ();
    void set (Matrix value);
}
/** @property */
public Matrix get_Texture1 ()

/** @property */
public void set_Texture1 (Matrix value)
public function get Texture1 () : Matrix

public function set Texture1 (value : Matrix)
Not applicable.

Property Value

A Matrix 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