This document is archived and information here might be outdated. Recommended version. |
This event is fired by the animation tool just before a screenshot is captured.
[Visual Basic .NET]
Public Sub ReadyToSnap ( _
ByVal vTimeStamp As Object, _
ByVal nFrameNum As Integer _
)
[C#]
public void ReadyToSnap (
object vTimeStamp,
int nFrameNum
);