Adding missing virtual method

This commit is contained in:
Nathan Adams 2012-05-18 21:32:22 -05:00
parent 5bc9f4e3d7
commit fa897881c3

View File

@ -410,6 +410,11 @@ namespace Axios.Engine
return true;
}
public virtual bool LoadRectangleItem(RectangleItem rectangleitem)
{
return true;
}
#if WINDOWS
// System.Drawing is NOT avaiable on WP7 or Xbox
/*