| InvertEffectBufferPrecision Property | 
Namespace: Microsoft.Graphics.Canvas.Effects
 Syntax
Syntaxpublic Nullable<CanvasBufferPrecision> BufferPrecision { get; set; }
 Remarks
RemarksIf 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
See Also