Overrides to perform your custom operations prior to or after rendering a frame of a composition.
Original signature is '- (BOOL) renderAtTime:(NSTimeInterval)time arguments:(NSDictionary*)arguments'
Available in Mac OS X v10.5 and later.

C# | Visual Basic | Visual C++ |
public virtual bool RenderAtTimeArguments( double time, NSDictionary arguments )
Public Overridable Function RenderAtTimeArguments ( _ time As Double, _ arguments As NSDictionary _ ) As Boolean
public: virtual bool RenderAtTimeArguments( double time, NSDictionary^ arguments )

- time (Double)
- The rendering time, in seconds, of the composition frame.
- arguments (NSDictionary)
- An optional dictionary that can contain QCRendererEventKey or QCRendererMouseLocationKey and the associated values. (See QCRenderer Class Reference or more information.)

NO if your custom rendering fails, otherwise, YES.

- Available in Monobjc Bridge: 10.6 (For Mac OS X 10.6 and later), 10.5 (For Mac OS X 10.5 and later)