ActiveFrameChangedEventArgs¶
Summary¶
Provides data for the active frame changed event.
Signature
1 |
|
Namespace¶
cAlgo.API
See Also¶
Properties¶
OldFrame¶
Summary
Returns the old / previous active frame or null.
Signature
1 |
|
Return Value
Frame
NewFrame¶
Summary
Returns the new active frame or null.
Signature
1 |
|
Return Value
Frame