public void GetBoundingClientRect(string ElementID)
 {
     BPaintCJsInterop.GetElementBoundingClientRect(ElementID, DotNetObjectReference.Create(this));
 }
 protected void OnScroll()
 {
     BPaintCJsInterop.UpdateSVGPosition("PaintArea1");
 }