Microsoft DirectX 9.0 SDK Update (October 2004)

AddressCaps.SupportsBorder Property

Language:

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

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 .NET Public ReadOnly Property SupportsBorder As Boolean
C# public bool SupportsBorder { get; }
Managed C++ public: __property bool get_SupportsBorder();
JScript .NET 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.


© 2004 Microsoft Corporation. All rights reserved. Terms of use.

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