Click or drag to resize
ICanvasEffectBufferPrecision 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#
Nullable<CanvasBufferPrecision> BufferPrecision { get; set; }

Property Value

Type: NullableCanvasBufferPrecision
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