'宣言 Public Overloads Shared Function CreateCustom(Of T As ICustomEffect)( _ ByVal deviceContext As DeviceContext _ ) As Effect
public static Effect CreateCustom<T>( DeviceContext deviceContext ) where T: ICustomEffect
パラメータ
- deviceContext
- The device context.
型パラメータ
- T