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

In This Topic
    IsShaderLoaded Method
    In This Topic
    BOOL ID2D1EffectContext::IsShaderLoaded([In] const GUID& shaderId)
    Syntax
    'Declaration
     
    Public Function IsShaderLoaded( _
       ByVal shaderId As Guid _
    ) As Boolean
    public bool IsShaderLoaded( 
       Guid shaderId
    )

    Parameters

    shaderId
    See Also