RenderStateManager.SourceBlend Property |
Language: |
Contains a member of the Blend enumeration.
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);
Microsoft.DirectX.Direct3D.Blend
This property is read/write.
The Blend mode to set or retrieve.
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.