Appends specified frame to the end of file (or other media).
Namespace:
Aurigma.GraphicsMill.Codecs
Assembly:
Aurigma.GraphicsMill (in Aurigma.GraphicsMill.dll)
Public Overridable Sub AddFrame ( _ frame As IFrame _ )
public virtual 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).