Artemis.Utilities.GifImage.GetFrame C# (CSharp) Méthode

GetFrame() public méthode

public GetFrame ( int index ) : Image
index int
Résultat Image
        public Image GetFrame(int index)
        {
            _gifImage.SelectActiveFrame(_dimension, index); //find the frame
            return _gifImage;
        }
    }