BlendCaps.SupportsBlendFactor Property (Microsoft.DirectX.Direct3D)
Indicates that the driver supports the BlendFactor and InvBlendFactor constants.
Definition
Visual Basic Public ReadOnly Property SupportsBlendFactor As Boolean C# public bool SupportsBlendFactor { get; } C++ public:
property bool SupportsBlendFactor {
bool get();
}JScript public function get SupportsBlendFactor() : boolean
Property Value
System.Boolean
Value that is true if the driver supports BlendFactor and InvBlendFactor.This property is read-only.