RenderStateManager.SourceBlend Property

Language:

Note: This documentation is preliminary and is subject to change.

Contains a member of the Blend enumeration.

Definition

Visual Basic .NET Public Property SourceBlend As Blend
C# public Blend SourceBlend { get; set; }
Managed C++ public: __property Blend get_SourceBlend();
public: __property void set_SourceBlend(Blend);
JScript .NET 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.


© 2004 Microsoft Corporation. All rights reserved. Terms of use.

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