Bug.Utils.AnimatedTexture2D.GetWindow C# (CSharp) Метод

GetWindow() публичный Метод

public GetWindow ( ) : Rectangle
Результат Microsoft.Xna.Framework.Rectangle
        public Rectangle GetWindow()
        {
            return new Rectangle(index % col * w, index / col * h, w, h);
        }