NekoKun.RPGMaker.TilesetInfo.this C# (CSharp) Method

this() public abstract method

public abstract this ( int id ) : System.Drawing.Image
id int
return System.Drawing.Image
        public abstract System.Drawing.Image this[int id]
        {
            get;
        }