RenderStateManager.BlendOperation Property |
Language: |
Retrieves or sets a value used to select the arithmetic operation to apply when the alpha blend render state, RenderStateManager.AlphaBlendEnable, is set to true.
Visual Basic .NET Public Property BlendOperation As BlendOperation C# public BlendOperation BlendOperation { get; set; } Managed C++ public: __property BlendOperation get_BlendOperation();
public: __property void set_BlendOperation(BlendOperation);JScript .NET public function get BlendOperation() : BlendOperation
public function set BlendOperation(BlendOperation);
Microsoft.DirectX.Direct3D.BlendOperation . Value of the BlendOperation enumeration that represents the blend operation to set or retrieve.
This property is read/write.
Valid values are defined by the BlendOperation enumeration. The default value is BlendOperation.Add.
If the MiscCaps.SupportsBlendOperation device capability is not supported, BlendOperation.Add is performed.
Feedback? Please provide us with your comments on this topic.