ComponentOne Bitmap for WPF
C1.WPF.DX.4.5.2 Assembly / C1.Util.DX.Direct3D11 Namespace / VertexBufferBinding Structure / Stride Property

In This Topic
    Stride Property
    In This Topic
    Gets or sets the stride between vertex elements in the buffer (in bytes).
    Syntax
    'Declaration
     
    Public Property Stride As Integer
    public int Stride {get; set;}
    See Also