RenderStateManager.DestinationBlend 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 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);

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

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.