winmaped2.Vsp8.getPixels C# (CSharp) Method

getPixels() public method

public getPixels ( int i ) : byte[]
i int
return byte[]
        public byte[] getPixels(int i)
        {
            return ((Vsp8Tile)Tiles[i]).Pixels;
        }