Bug.Utils.AnimatedTexture2D.GetWindow C# (CSharp) Méthode

GetWindow() public méthode

public GetWindow ( ) : Rectangle
Résultat Microsoft.Xna.Framework.Rectangle
        public Rectangle GetWindow()
        {
            return new Rectangle(index % col * w, index / col * h, w, h);
        }