AddressCaps.SupportsWrap Property (Microsoft.DirectX.Direct3D)
Retrieves a value that indicates whether a device can wrap textures to addresses.
Definition
Visual Basic Public ReadOnly Property SupportsWrap As Boolean C# public bool SupportsWrap { get; } C++ public:
property bool SupportsWrap {
bool get();
}JScript public function get SupportsWrap() : boolean
Property Value
System.Boolean
Value that is true if the device can wrap textures to addresses, or false if it cannot.This property is read-only.