ComponentOne Bitmap for WinForms
C1.Win.C1DX.4.5.2 Assembly / C1.Util.DX.Direct2D Namespace / DrawInformation Class / SetVertexShaderConstantBuffer Method

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

    Parameters

    buffer
    bufferCount
    See Also