RenderStateManager.AlphaDestinationBlend Property |
Language: |
Contains a member of the Blend enumeration that represents the destination .
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);
Microsoft.DirectX.Direct3D.Blend . A Blend object that represents the current blend mode or the blend mode to set.
This property is read/write.
This value is ignored unless RenderStateManager.SeparateAlphaBlendEnabled is true. The default value is Blend.Zero.
Feedback? Please provide us with your comments on this topic.