Appends specified frame to the end of file (or other media).
Namespace:
Aurigma.GraphicsMill.Codecs
Assembly:
Aurigma.GraphicsMill (in Aurigma.GraphicsMill.dll)
Sub AddFrame ( _ frame As IFrame _ )
void AddFrame( IFrame frame )
Type: Aurigma.GraphicsMill.Codecs.IFrame
An object which implements IFrame interface representing the frame which you need to add into the file (or other media).