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

In This Topic
    FindVertexBuffer Method
    In This Topic
    HRESULT ID2D1EffectContext::FindVertexBuffer([In] const GUID* resourceId,[Out] ID2D1VertexBuffer** buffer)
    Syntax
    'Declaration
     
    Public Function FindVertexBuffer( _
       ByVal resourceId As System.Guid _
    ) As VertexBuffer
    public VertexBuffer FindVertexBuffer( 
       System.Guid resourceId
    )

    Parameters

    resourceId
    See Also