コード例 #1
0
 public void GetBoundingClientRect(string ElementID)
 {
     BPaintCJsInterop.GetElementBoundingClientRect(ElementID, DotNetObjectReference.Create(this));
 }
コード例 #2
0
 protected void OnScroll()
 {
     BPaintCJsInterop.UpdateSVGPosition("PaintArea1");
 }