Share via


Caps.AlphaCompareCaps Property

Gets all alpha-test comparison capabilities.

Namespace:  Microsoft.WindowsMobile.DirectX.Direct3D
Assembly:  Microsoft.WindowsMobile.DirectX (in Microsoft.WindowsMobile.DirectX.dll)

Syntax

'Declaration
Public ReadOnly Property AlphaCompareCaps As ComparisonCaps
'Usage
Dim instance As Caps 
Dim value As ComparisonCaps 

value = instance.AlphaCompareCaps
public ComparisonCaps AlphaCompareCaps { get; }
public:
property ComparisonCaps AlphaCompareCaps {
    ComparisonCaps get ();
}
public function get AlphaCompareCaps () : ComparisonCaps

Property Value

Type: Microsoft.WindowsMobile.DirectX.Direct3D.ComparisonCaps
A ComparisonCaps that contains the alpha-test comparison capabilities.

Remarks

The Caps members identify the individual comparisons that are supported for alpha testing.

Alpha testing is not supported if a comparison specifies either the SupportsAlways or SupportsNever property of a ComparisonCaps set to true.

.NET Framework Security

Platforms

Windows CE, Windows Mobile for Smartphone, Windows Mobile for Pocket PC

The .NET Framework and .NET Compact Framework do not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.

Version Information

.NET Compact Framework

Supported in: 3.5, 2.0

See Also

Reference

Caps Structure

Caps Members

Microsoft.WindowsMobile.DirectX.Direct3D Namespace