ComponentOne Bitmap for UWP
C1.UWP.DX Assembly / C1.Util.DX.Direct3D11 Namespace / StreamOutputElement Structure / StreamOutputElement Constructor
Zero-based, stream number
Name of the semantic.
Index of the semantic.
The start component.
The component count.
The output slot.

In This Topic
    StreamOutputElement Constructor
    In This Topic
    Initializes a new instance of the StreamOutputElement struct.
    Syntax
    'Declaration
     
    Public Function New( _
       ByVal streamIndex As System.Integer, _
       ByVal semanticName As System.String, _
       ByVal semanticIndex As System.Integer, _
       ByVal startComponent As System.Byte, _
       ByVal componentCount As System.Byte, _
       ByVal outputSlot As System.Byte _
    )
    public StreamOutputElement( 
       System.int streamIndex,
       System.string semanticName,
       System.int semanticIndex,
       System.byte startComponent,
       System.byte componentCount,
       System.byte outputSlot
    )

    Parameters

    streamIndex
    Zero-based, stream number
    semanticName
    Name of the semantic.
    semanticIndex
    Index of the semantic.
    startComponent
    The start component.
    componentCount
    The component count.
    outputSlot
    The output slot.
    See Also