'宣言 Public Shared Function Create( _ ByVal device As Device1, _ ByVal description As BlendStateDescription1 _ ) As BlendState1
public static BlendState1 Create( Device1 device, BlendStateDescription1 description )
パラメータ
- device
 - The device with which to associate the state object.
 - description
 - The state description.
 
戻り値の型
The newly created object.