| C1.WPF.DX.4 Assembly > C1.Util.DX.Direct2D Namespace > Effect Class : RegisterAndCreateCustom<T> Method |
'Declaration Public Shared Function RegisterAndCreateCustom(Of T As {New, CustomEffect})( _ ByVal factory As Factory1, _ ByVal deviceContext As DeviceContext _ ) As Effect
public static Effect RegisterAndCreateCustom<T>( Factory1 factory, DeviceContext deviceContext ) where T: new(), CustomEffect