SamplerStateManager.AddressW Property |
Language: |
Retrieves or sets the texture-address mode for the w-coordinate.
Visual Basic Public Property AddressW As TextureAddress C# public TextureAddress AddressW { get; set; } C++ public:
property TextureAddress AddressW {
TextureAddress get();
void set(TextureAddress value);
}JScript public function get AddressW() : TextureAddress
public function set AddressW(TextureAddress);
Microsoft.DirectX.Direct3D.TextureAddress
This property is read/write.
Member of the TextureAddress enumeration to set or retrieve.
Send comments about this topic to Microsoft. © Microsoft Corporation. All rights reserved.
Feedback? Please provide us with your comments on this topic.