ComponentOne Bitmap for WPF
C1.WPF.DX.4.5.2 Assembly / C1.Util.DX.Direct2D Namespace / DrawInformation Class / SetPixelShaderConstantBuffer Method

In This Topic
    SetPixelShaderConstantBuffer Method
    In This Topic
    HRESULT ID2D1DrawInfo::SetPixelShaderConstantBuffer([In, Buffer] const void* buffer,[In] unsigned int bufferCount)
    Syntax
    'Declaration
     
    Public Sub SetPixelShaderConstantBuffer( _
       ByVal buffer As IntPtr, _
       ByVal bufferCount As Integer _
    ) 
    public void SetPixelShaderConstantBuffer( 
       IntPtr buffer,
       int bufferCount
    )

    Parameters

    buffer
    bufferCount
    See Also