SamplerStateManager.AddressW Property

Language:

Note: This documentation is preliminary and is subject to change.

Retrieves or sets the texture-address mode for the w-coordinate.

Definition

Visual Basic .NET Public Property AddressW As TextureAddress
C# public TextureAddress AddressW { get; set; }
Managed C++ public: __property TextureAddress get_AddressW();
public: __property void set_AddressW(TextureAddress);
JScript .NET public function get AddressW() : TextureAddress
public function set AddressW(TextureAddress);

Property Value

Microsoft.DirectX.Direct3D.TextureAddress . Member of the TextureAddress enumeration to set or retrieve.

This property is read/write. 

© 2004 Microsoft Corporation. All rights reserved. Terms of use.

Feedback? Please provide us with your comments on this topic.