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

In This Topic
    Offset Property (VertexBufferBinding)
    In This Topic
    Gets or sets the offset from the start of the buffer of the first vertex to use (in bytes).
    Syntax
    'Declaration
     
    Public Property Offset As Integer
    public int Offset {get; set;}
    See Also