ComponentOne Bitmap for UWP
C1.UWP.DX 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 System.Integer
    public System.int Stride {get; set;}
    See Also