QuickFont.Viewport.Viewport C# (CSharp) Method

Viewport() public method

public Viewport ( int X, int Y, int Width, int Height ) : System
X int
Y int
Width int
Height int
return System
        public Viewport(int X, int Y, int Width, int Height) { this.X = X; this.Y = Y; this.Width = Width; this.Height = Height; }
    }
Viewport