RenderStateManager.SourceBlend Property

Language:

Contains a member of the Blend enumeration.

Definition

Visual Basic Public Property SourceBlend As Blend
C# public Blend SourceBlend { get; set; }
C++ public:
property Blend SourceBlend {
        Blend get();
        void set(Blend value);
}
JScript public function get SourceBlend() : Blend
public function set SourceBlend(Blend);

Property Value

Microsoft.DirectX.Direct3D.Blend
The Blend mode to set or retrieve.

This property is read/write. 

Remarks

The default value is Blend.One.


Send comments about this topic to Microsoft. © Microsoft Corporation. All rights reserved.

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