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