'宣言 Public Shared Function RegisterAndCreateCustom(Of T As {New, ICustomEffect})( _ ByVal factory As Factory1, _ ByVal deviceContext As DeviceContext _ ) As Effect
public static Effect RegisterAndCreateCustom<T>( Factory1 factory, DeviceContext deviceContext ) where T: new(), ICustomEffect
パラメータ
- factory
- 効果を登録するファクトリー。
- deviceContext
- デバイスコンテキスト。
型パラメータ
- T