AddressCaps.SupportsBorder Property (Microsoft.DirectX.Direct3D)
Retrieves a value that determines whether the device supports the setting of coordinates outside the range [0.0, 1.0] to the border color.
Definition
Visual Basic Public ReadOnly Property SupportsBorder As Boolean C# public bool SupportsBorder { get; } C++ public:
property bool SupportsBorder {
bool get();
}JScript public function get SupportsBorder() : boolean
Property Value
System.Boolean
Value that is true if the device supports the setting of coordinates outside the range to the border color, or false if it does not.This property is read-only.
Remarks
The SamplerStateManager.BorderColor member sets the border color.