ComponentOne Bitmap for WinForms
C1.Win.C1DX.4.5.2 Assembly / C1.Util.DX.Direct2D Namespace / CustomVertexBufferProperties Class / InputElements Property

In This Topic
    InputElements Property
    In This Topic
    The input elements in the vertex shader.
    Syntax
    'Declaration
     
    Public Property InputElements As InputElement()
    public InputElement[] InputElements {get; set;}
    See Also