ComponentOne Bitmap for WinForms
C1.Win.C1DX.4.5.2 Assembly / C1.Util.DX.Direct3D11 Namespace / StreamOutputBufferBinding Structure / Offset Property

In This Topic
    Offset Property (StreamOutputBufferBinding)
    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 System.Integer
    public System.int Offset {get; set;}
    See Also