Caps.DestinationBlendCaps Property

Language:

Retrieves an object that indicates a device's destination blending capabilities.

Definition

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

Property Value

Microsoft.DirectX.Direct3D.BlendCaps
A BlendCaps object that indicates the device's destination blending capabilities.

This property is read-only. 

Remarks

This member can indicate the same capabilities that are defined in the SourceBlendCaps member.


Send comments about this topic to Microsoft. © Microsoft Corporation. All rights reserved.

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