@@ -121,8 +121,7 @@ namespace Fuse.Drawing
121121 }
122122 }
123123
124- [ Require ( "Assembly" , "System.Drawing" ) ]
125- [ extern ( DOTNET ) Require ( "Source.Include" , "XliPlatform/GL.h" ) ]
124+ [ extern ( DOTNET ) Require ( "Source.Include" , "XliPlatform/GL.h" ) ]
126125 extern ( DOTNET )
127126 internal class DotNetSurface : Surface
128127 {
@@ -996,7 +995,6 @@ namespace Fuse.Drawing
996995
997996 namespace DotNetNative
998997 {
999-
1000998 [ DotNetType ( "System.Drawing.Imaging.ImageFormat" ) ]
1001999 extern ( DOTNET ) internal class ImageFormat
10021000 {
@@ -1072,7 +1070,6 @@ namespace Fuse.Drawing
10721070 public override extern void Dispose ( ) ;
10731071 }
10741072
1075-
10761073 [ DotNetType ( "System.Drawing.Drawing2D.LinearGradientBrush" ) ]
10771074 extern ( DOTNET ) internal class LinearGradientBrush : DotNetBrush
10781075 {
@@ -1098,7 +1095,6 @@ namespace Fuse.Drawing
10981095 public override extern void Dispose ( ) ;
10991096 }
11001097
1101-
11021098 [ DotNetType ( "System.Drawing.SolidBrush" ) ]
11031099 extern ( DOTNET ) internal class SolidBrush : DotNetBrush
11041100 {
@@ -1137,7 +1133,6 @@ namespace Fuse.Drawing
11371133 // constructors
11381134 public extern BitmapData ( ) ;
11391135
1140-
11411136 // properties
11421137 public extern int Height { get ; set ; }
11431138 public extern PixelFormat PixelFormat { get ; set ; }
@@ -1146,7 +1141,6 @@ namespace Fuse.Drawing
11461141 public extern int Width { get ; set ; }
11471142 }
11481143
1149-
11501144 [ DotNetType ( "System.Drawing.Graphics" ) ]
11511145 extern ( DOTNET ) internal class DotNetGraphics
11521146 {
@@ -1258,7 +1252,6 @@ namespace Fuse.Drawing
12581252 public extern byte G { get ; }
12591253 public extern byte B { get ; }
12601254
1261-
12621255 public static extern Color Blue { get ; }
12631256 public static extern Color Black { get ; }
12641257 public static extern Color Orange { get ; }
@@ -1296,7 +1289,6 @@ namespace Fuse.Drawing
12961289 // constructors
12971290 public extern PointF ( float x , float y ) ;
12981291
1299-
13001292 // properties
13011293 public extern bool IsEmpty { get ; }
13021294 public extern float X { get ; set ; }
@@ -1344,7 +1336,6 @@ namespace Fuse.Drawing
13441336 public extern Pen ( Color c ) ;
13451337 public extern Pen ( Color c , float width ) ;
13461338
1347-
13481339 // properties
13491340 public extern DotNetBrush Brush { get ; set ; }
13501341 public extern Color Color { get ; set ; }
0 commit comments