SamplerStateManager.AddressU Property

Language:

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

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

Definition

Visual Basic .NET Public Property AddressU As TextureAddress
C# public TextureAddress AddressU { get; set; }
Managed C++ public: __property TextureAddress get_AddressU();
public: __property void set_AddressU(TextureAddress);
JScript .NET public function get AddressU() : TextureAddress
public function set AddressU(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.