using System; using System.Collections.Generic; using System.Text; using System.Runtime.InteropServices; namespace gr2lib.core.coretypes.native { [StructLayout(LayoutKind.Sequential, Pack = 4), Size(Size = 8)] internal struct Image { public ArrayOfStructures MIPLevels; } }