Click or drag to resize

SnapShotsClientAnimationStart Method

Called once at the start of an animation.

Namespace:  Rhino.DocObjects.SnapShots
Assembly:  RhinoCommon (in RhinoCommon.dll)
Since: 6.0
Syntax
public abstract void AnimationStart(
	RhinoDoc doc,
	int iFrames
)

Parameters

doc
Type: RhinoRhinoDoc
doc is the current document.
iFrames
Type: SystemInt32
iFrames is the number of frames to be animated.
See Also