Share via


BlendCaps.SupportsBothSourceAlpha Property (Microsoft.DirectX.Direct3D)

Indicates that the driver supports the SourceAlpha and InvSourceAlpha blend modes. The SupportsBothSourceAlpha blend mode is obsolete. To achieve the same effect, set the source and destination blend factors to Blend.SourceAlpha and Blend.InvSourceAlpha in separate calls.

Definition

Visual Basic Public ReadOnly Property SupportsBothSourceAlpha As Boolean
C# public bool SupportsBothSourceAlpha { get; }
C++ public:
property bool SupportsBothSourceAlpha {
        bool get();
}
JScript public function get SupportsBothSourceAlpha() : boolean

Property Value

System.Boolean
Value that is true if the driver supports the SourceAlpha and InvSourceAlpha blend modes, or false if it does not.

This property is read-only.