Bitmap for WPF
VertexBufferBinding コンストラクタ

C1.WPF.DX.4.5.2 アセンブリ > C1.Util.DX.Direct3D11 名前空間 > VertexBufferBinding 構造体 : VertexBufferBinding コンストラクタ
The buffer being bound.
The stride between vertex element (in bytes).
The offset to the first vertex (in bytes).
Initializes a new instance of the VertexBufferBindingstruct.
シンタックス
'宣言
 
Public Function New( _
   ByVal buffer As Buffer, _
   ByVal stride As System.Integer, _
   ByVal offset As System.Integer _
)
public VertexBufferBinding( 
   Buffer buffer,
   System.int stride,
   System.int offset
)

パラメータ

buffer
The buffer being bound.
stride
The stride between vertex element (in bytes).
offset
The offset to the first vertex (in bytes).
参照

VertexBufferBinding 構造体
VertexBufferBinding メンバ