ComponentOne Bitmap for WPF
C1.WPF.DX.4.5.2 Assembly / C1.Util.DX.Direct2D Namespace / EffectContext Class / IsBufferPrecisionSupported Method

In This Topic
    IsBufferPrecisionSupported Method (EffectContext)
    In This Topic
    BOOL ID2D1EffectContext::IsBufferPrecisionSupported([In] D2D1_BUFFER_PRECISION bufferPrecision)
    Syntax
    'Declaration
     
    Public Function IsBufferPrecisionSupported( _
       ByVal bufferPrecision As BufferPrecision _
    ) As Boolean
    public bool IsBufferPrecisionSupported( 
       BufferPrecision bufferPrecision
    )

    Parameters

    bufferPrecision
    See Also