Example #1
0
 /// <summary>
 ///
 /// </summary>
 /// <returns>true is brush mode is enabled</returns>
 public bool GetBrushDrawableMode()
 {
     try
     {
         return(BrushDrawingView != null && BrushDrawingView.GetBrushDrawingMode());
     }
     catch (Exception e)
     {
         Console.WriteLine(e);
         return(false);
     }
 }