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

Renders a frame of a composition at the specified time.

Original signature is '- (BOOL)renderAtTime:(NSTimeInterval)time arguments:(NSDictionary *)arguments'

Available in Mac OS X v10.4 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 time, in seconds, at which to render a composition frame. The time must be a positive value or zero.
arguments (NSDictionary)
An optional dictionary that can have any of the entries defined in “Rendering Arguments”.
Return Value
YES if successful.
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)