Bitmap for WPF
VertexBufferProperties コンストラクタ(Int32,VertexUsage,DataStream)

C1.WPF.DX.4.5.2 アセンブリ > C1.Util.DX.Direct2D 名前空間 > VertexBufferProperties クラス > VertexBufferProperties コンストラクタ : VertexBufferProperties コンストラクタ(Int32,VertexUsage,DataStream)
The number of inputs to the vertex shader.
Indicates how frequently the vertex buffer is likely to be updated.
The initial contents of the vertex buffer
Initializes a new instance of VertexBufferPropertiesclass.
シンタックス
'宣言
 
Public Function New( _
   ByVal inputCount As System.Integer, _
   ByVal usage As VertexUsage, _
   ByVal data As DataStream _
)
public VertexBufferProperties( 
   System.int inputCount,
   VertexUsage usage,
   DataStream data
)

パラメータ

inputCount
The number of inputs to the vertex shader.
usage
Indicates how frequently the vertex buffer is likely to be updated.
data
The initial contents of the vertex buffer
参照

VertexBufferProperties クラス
VertexBufferProperties メンバ
オーバーロード一覧