/// <summary>
 /// provide the size of eraser
 /// </summary>
 /// <returns>NiceArtEditor#setBrushColor(int)</returns>
 public int GetBrushColor()
 {
     try
     {
         if (BrushDrawingView != null)
         {
             return(BrushDrawingView.GetBrushColor());
         }
         return(0);
     }
     catch (Exception e)
     {
         Methods.DisplayReportResultTrack(e);
         return(0);
     }
 }
 /// <summary>
 /// provide the size of eraser
 /// </summary>
 /// <returns>NiceArtEditor#setBrushColor(int)</returns>
 public int GetBrushColor()
 {
     try
     {
         if (BrushDrawingView != null)
         {
             return(BrushDrawingView.GetBrushColor());
         }
         return(0);
     }
     catch (Exception e)
     {
         Console.WriteLine(e);
         return(0);
     }
 }