バージョン

InterpolatePrimitives(PrimitiveCollection,Type,Int32) メソッド

特定のプリミティブを取り込み、同じセットを返します。補間を適用した後に変更される可能性があります。
シンタックス
'宣言
 
Protected Overloads Overridable Function InterpolatePrimitives( _
   ByVal primitives As PrimitiveCollection, _
   ByVal type As Type, _
   ByVal arrayWidth As Integer _
) As PrimitiveCollection
protected virtual PrimitiveCollection InterpolatePrimitives( 
   PrimitiveCollection primitives,
   Type type,
   int arrayWidth
)

パラメータ

primitives
追加するプリミティブ。
type
このプリミティブ セット内の元の値のタイプ。
arrayWidth
プリミティブの元の値内の配列の幅。

戻り値の型

入力されたコレクションに一致する PrimitiveCollection。補間を適用した後に変更される可能性があります。
参照