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

GetHeight() public method

public GetHeight ( ) : int
return int
        public override int GetHeight()
        {
            return Height;
        }