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

In This Topic
    CreateVertexBuffer Method
    In This Topic
    HRESULT ID2D1EffectContext::CreateVertexBuffer([In] const D2D1_VERTEX_BUFFER_PROPERTIES* vertexBufferProperties,[In, Optional] const GUID* resourceId,[In, Optional] const void* customVertexBufferProperties,[Out, Fast] ID2D1VertexBuffer** buffer)
    Syntax
    'Declaration
     
    Public Function CreateVertexBuffer( _
       ByVal vertexBufferProperties As VertexBufferProperties, _
       ByVal resourceId As Nullable(Of Guid), _
       ByVal customVertexBufferProperties As IntPtr _
    ) As VertexBuffer

    Parameters

    vertexBufferProperties
    resourceId
    customVertexBufferProperties
    See Also