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

GetHeight() public method

public GetHeight ( ) : int
return int
        public override int GetHeight()
        {
            return Frames[0].Height;
        }