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

In This Topic
    LoadPixelShader Method
    In This Topic
    HRESULT ID2D1EffectContext::LoadPixelShader([In] const GUID& shaderId,[In, Buffer] const unsigned char* shaderBuffer,[In] unsigned int shaderBufferCount)
    Syntax
    'Declaration
     
    Public Sub LoadPixelShader( _
       ByVal shaderId As Guid, _
       ByVal shaderBuffer() As Byte _
    ) 
    public void LoadPixelShader( 
       Guid shaderId,
       byte[] shaderBuffer
    )

    Parameters

    shaderId
    shaderBuffer
    See Also