Adding missing virtual method

master
Nathan Adams 2012-05-18 21:32:22 -05:00
parent 5bc9f4e3d7
commit fa897881c3
1 changed files with 5 additions and 0 deletions

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
/*