Class Leap::CopyFromOtherExtensions¶
- class Leap.CopyFromOtherExtensions¶
Public Static Functions
- static Frame CopyFrom (this Frame frame, Frame source)¶
Copies the data from a source frame into a frame. After the operation is complete, the frame will be identical to the source frame.
- Param source
The source frame that is copied into a frame.