ComponentOne Bitmap for UWP
C1.UWP.DX 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 System.Guid _
    ) As System.Boolean
    public System.bool IsShaderLoaded( 
       System.Guid shaderId
    )

    Parameters

    shaderId
    See Also