SamplerStateManager.AddressW Property |
Language: |
Retrieves or sets the texture-address mode for the w-coordinate.
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);
Microsoft.DirectX.Direct3D.TextureAddress . Member of the TextureAddress enumeration to set or retrieve.
This property is read/write.
Feedback? Please provide us with your comments on this topic.