MonobjcMonobjc Documented Class Library
RenderAtTimeArguments Method (time, arguments)
NamespacesMonobjc.QuartzQCViewRenderAtTimeArguments(Double, NSDictionary)

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.

Declaration Syntax
C#Visual BasicVisual 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
)
Parameters
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.)
Return Value
NO if your custom rendering fails, otherwise, YES.
Version Information
  • Available in Monobjc Bridge: 10.6 (For Mac OS X 10.6 and later), 10.5 (For Mac OS X 10.5 and later)

Assembly: Monobjc.Quartz (Module: Monobjc.Quartz)