RenderStateManager.DestinationBlend Property |
Language: |
Contains a member of the Blend enumeration that represents the destination .
Visual Basic Public Property DestinationBlend As Blend C# public Blend DestinationBlend { get; set; } C++ public:
property Blend DestinationBlend {
Blend get();
void set(Blend value);
}JScript public function get DestinationBlend() : Blend
public function set DestinationBlend(Blend);
Microsoft.DirectX.Direct3D.Blend
This property is read/write.
A Blend object that represents the current blend mode or the blend mode to set.
The default value is Blend.Zero.
Send comments about this topic to Microsoft. © Microsoft Corporation. All rights reserved.
Feedback? Please provide us with your comments on this topic.