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