AlbLib.Imaging.AnimatedHeaderedImage.GetWidth C# (CSharp) Method

GetWidth() public method

public GetWidth ( ) : int
return int
        public override int GetWidth()
        {
            return Frames[0].Width;
        }