Click or drag to resize
PointDiffuseEffect.BufferPrecision Property
Specifies what precision to use for intermediate buffers when drawing this effect.

Namespace:  Microsoft.Graphics.Canvas.Effects
Assembly:  Microsoft.Graphics.Canvas (in Microsoft.Graphics.Canvas.dll) Version: 0.0.0.0
Syntax
C#
public Nullable<CanvasBufferPrecision> BufferPrecision { get; set; }

Property Value

Type: Nullable<CanvasBufferPrecision>

Implements

ICanvasEffect.BufferPrecision
Remarks

If not null, this property specifies the intermediate buffer precision for drawing this effect.

If it is null, EffectBufferPrecision from the drawing session is used instead.

For more information, see Effect precision and clamping.

See Also