Class IconAnimation2AnimatedImage
- Namespace
 - SceneGate.Ekona.Containers.Rom
 
- Assembly
 - SceneGate.Ekona.dll
 
Converter for ROM banner animated icons into an animated image.
public class IconAnimation2AnimatedImage : IConverter<NodeContainerFormat, AnimatedFullImage>, IConverter
  - Inheritance
 - 
      
      IconAnimation2AnimatedImage
 
- Implements
 - 
      IConverter<NodeContainerFormat, AnimatedFullImage>IConverter
 
- Inherited Members
 
Methods
Convert(NodeContainerFormat)
Convert the 'animated' node from the ROM banner into an animated image.
public AnimatedFullImage Convert(NodeContainerFormat source)
  Parameters
sourceNodeContainerFormatThe animated node of the ROM banner.
Returns
- AnimatedFullImage
 A new animated image.
Exceptions
- ArgumentNullException
 The argument is null.