ComponentOne Bitmap for UWP
C1.UWP.DX Assembly / C1.Util.DX.Direct2D Namespace / VertexBuffer Class / Create Method

In This Topic
    Create Method (VertexBuffer)
    In This Topic
    Initializes a new instance of VertexBuffer class.
    Syntax
    'Declaration
     
    Public Shared Function Create( _
       ByVal context As EffectContext, _
       ByVal resourceId As System.Guid, _
       ByVal vertexBufferProperties As VertexBufferProperties, _
       ByVal customVertexBufferProperties As CustomVertexBufferProperties _
    ) As VertexBuffer

    Parameters

    context
    resourceId
    vertexBufferProperties
    customVertexBufferProperties
    See Also