Click or drag to resize
AB4D logo

ThickLineEffectOverrideBlendState Property

When OverrideBlendState is set then ThickLineEffect will use that blend state. When null (by default) then Opaque blend state is used when lines's alpha color is 1, and NonPremultipliedAlphaBlend is used when alpha color is less then 1.

Namespace: Ab3d.DirectX.Effects
Assembly: Ab3d.DXEngine (in Ab3d.DXEngine.dll) Version: 7.0.8865.1045
Syntax
C#
public BlendState OverrideBlendState { get; set; }

Property Value

BlendState
See Also