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