New test.
[mono.git] / mcs / class / System.Drawing / System.Drawing.Imaging / MetafileHeader.cs
index eef8038c95c285ccdd8b424688514fc202de468a..a248d74cc3997594c4f90d5a0f5ee35cf3cb72a9 100644 (file)
 // WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
 //
 using System;
+using System.Runtime.InteropServices;
 
 namespace System.Drawing.Imaging {
 
+       [MonoTODO]
+#if !TARGET_JVM
+       [StructLayout(LayoutKind.Sequential)]
+#endif
        public sealed class MetafileHeader 
        {