Bug.Utils.AnimatedTexture2D.GetWindow C# (CSharp) Method

GetWindow() public method

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