* roottypes.cs: Rename from tree.cs.
[mono.git] / mcs / class / System.Drawing / System.Drawing.Imaging / ColorMatrix.cs
index 5830bbf002013a86b2d6bb896d38194c2d39f69e..a9e64359ded5e72b07f96aebbf930144f68f2904 100644 (file)
 
 
 using System;
+using System.Runtime.InteropServices;
 
 namespace System.Drawing.Imaging
 {
+#if TARGET_JVM
+       [MonoTODO]
+#endif
+       [StructLayout (LayoutKind.Sequential)]
        public sealed class ColorMatrix
        {
                private float color00;