Method Process
Process<TSource>(IObservable<TSource>)
Creates a warp perspective transform matrix for planar projection mapping whenever an observable sequence emits a notification.
public IObservable<Matrix4> Process<TSource>(IObservable<TSource> source)Parameters
- sourceIObservable<TSource>
- The sequence of notifications used to create the perspective transform. 
Returns
- IObservable<Matrix4>
- The sequence of created Matrix4 objects representing the perspective transform. 
Type Parameters
- TSource
- The type of the elements in the - sourcesequence.