Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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.