RenderStateManager.DestinationBlend Property |
Language: |
Contains a member of the Blend enumeration that represents the destination .
Visual Basic .NET Public Property DestinationBlend As Blend C# public Blend DestinationBlend { get; set; } Managed C++ public: __property Blend get_DestinationBlend();
public: __property void set_DestinationBlend(Blend);JScript .NET public function get DestinationBlend() : Blend
public function set DestinationBlend(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.
The default value is Blend.Zero.
Feedback? Please provide us with your comments on this topic.