using System.Drawing;
using IronSoftware.Drawing;
// AnyBitmap
System.Drawing.Bitmap sysBitmap;
System.Drawing.Image sysImage;
IronSoftware.Drawing.AnyBitmap ironBitmap;
// Color
System.Drawing.Color sysColor;
IronSoftware.Drawing.Color ironColor;
// CropRectangle
System.Drawing.Rectangle sysRectangle;
IronSoftware.Drawing.CropRectangle ironRectangle;
// Font
System.Drawing.Font sysFont;
IronSoftware.Drawing.Font ironFont;
Imports System.Drawing
Imports IronSoftware.Drawing
' AnyBitmap
Private sysBitmap As System.Drawing.Bitmap
Private sysImage As System.Drawing.Image
Private ironBitmap As IronSoftware.Drawing.AnyBitmap
' Color
Private sysColor As System.Drawing.Color
Private ironColor As IronSoftware.Drawing.Color
' CropRectangle
Private sysRectangle As System.Drawing.Rectangle
Private ironRectangle As IronSoftware.Drawing.CropRectangle
' Font
Private sysFont As System.Drawing.Font
Private ironFont As IronSoftware.Drawing.Font