Caps.AlphaCompareCaps Property (Microsoft.DirectX.Direct3D)

Retrieves an object that contains all alpha-test comparison capabilities.

Definition

Visual Basic Public ReadOnly Property AlphaCompareCaps As ComparisonCaps
C# public ComparisonCaps AlphaCompareCaps { get; }
C++ public:
property ComparisonCaps AlphaCompareCaps {
        ComparisonCaps get();
}
JScript public function get AlphaCompareCaps() : ComparisonCaps

Property Value

Microsoft.DirectX.Direct3D.ComparisonCaps
A ComparisonCaps object that contains the alpha-test comparison capabilities.

This property is read-only. 

Remarks

This member can include the same capability flags defined for the Caps member. If this member contains a comparison Caps object with only the ComparisonCaps.SupportsAlways member or the ComparisonCaps.SupportsNever member set to true, the driver does not support alpha tests. Otherwise, the Caps members identify the individual comparisons that are supported for alpha testing.