'Declaration Public Overloads Shared Function CreateCustom(Of T As CustomEffect)( _ ByVal deviceContext As DeviceContext _ ) As Effect
public static Effect CreateCustom<T>( DeviceContext deviceContext ) where T: CustomEffect
Parameters
- deviceContext
- The device context.
Type Parameters
- T