Gets/sets disposal method, i.e. what to do with the screen when new frame is being displayed.
Namespace:
Aurigma.GraphicsMill.Codecs
Assembly:
Aurigma.GraphicsMill (in Aurigma.GraphicsMill.dll)
Public Property DisposalMethod As DisposalMethod
public DisposalMethod DisposalMethod { get; set; }
SWF supports only None and Previous members of the DisposalMethod enumeration.
Default value is None.