RenderStateManager.AlphaDestinationBlend Property

Language:

Note: This documentation is preliminary and is subject to change.

Contains a member of the Blend enumeration that represents the destination .

Definition

Visual Basic .NET Public Property AlphaDestinationBlend As Blend
C# public Blend AlphaDestinationBlend { get; set; }
Managed C++ public: __property Blend get_AlphaDestinationBlend();
public: __property void set_AlphaDestinationBlend(Blend);
JScript .NET public function get AlphaDestinationBlend() : Blend
public function set AlphaDestinationBlend(Blend);

Property Value

Microsoft.DirectX.Direct3D.Blend . A Blend object that represents the current blend mode or the blend mode to set.

This property is read/write. 

Remarks

This value is ignored unless RenderStateManager.SeparateAlphaBlendEnabled is true. The default value is Blend.Zero.


© 2004 Microsoft Corporation. All rights reserved. Terms of use.

Feedback? Please provide us with your comments on this topic.