DisplacementParameter.Wrap Property

Language:

Retrieves or sets the texture address wrap mode.

Definition

Visual Basic Public Property Wrap As TextureAddress
C# public TextureAddress Wrap { get; set; }
C++ public:
property TextureAddress Wrap {
        TextureAddress get();
        void set(TextureAddress value);
}
JScript public function get Wrap() : TextureAddress
public function set Wrap(TextureAddress);

Property Value

Microsoft.DirectX.Direct3D.TextureAddress
A TextureAddress instance that represents the texture address wrap mode.

This property is read/write. 

See Also


Send comments about this topic to Microsoft. © Microsoft Corporation. All rights reserved.

Feedback? Please provide us with your comments on this topic.
For more help, visit the DirectX Developer Center