ComponentOne Bitmap for WPF
C1.WPF.DX.4.5.2 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 Integer, _
       ByVal semanticName As String, _
       ByVal semanticIndex As Integer, _
       ByVal startComponent As Byte, _
       ByVal componentCount As Byte, _
       ByVal outputSlot As Byte _
    )
    public StreamOutputElement( 
       int streamIndex,
       string semanticName,
       int semanticIndex,
       byte startComponent,
       byte componentCount,
       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