LynnaLab.GfxViewer.GfxViewer C# (CSharp) Method

GfxViewer() public method

public GfxViewer ( ) : System
return System
        public GfxViewer()
            : base()
        {
            TileWidth = 8;
            TileHeight = 8;
            Width = 0;
            Height = 0;
            Scale = 2;
        }