AlbLib.Imaging.AnimatedHeaderedImage.GetHeight C# (CSharp) Méthode

GetHeight() public méthode

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