ComponentOne Bitmap for UWP
C1.UWP.DX 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 System.IntPtr, _
       ByVal bufferCount As System.Integer _
    ) 
    public void SetPixelShaderConstantBuffer( 
       System.IntPtr buffer,
       System.int bufferCount
    )

    Parameters

    buffer
    bufferCount
    See Also