MCPcopy Create free account
hub / github.com/microsoft/SandDance / _getRectangleFromIRect

Function _getRectangleFromIRect

docs/app/js/sanddance-app.js:32077–32079  ·  view source on GitHub ↗
(rect)

Source from the content-addressed store, hash-verified

32075 return new (0, _utilities.Rectangle)(clientRect.left, clientRect.right, clientRect.top, clientRect.bottom);
32076}
32077function _getRectangleFromIRect(rect) {
32078 return new (0, _utilities.Rectangle)(rect.left, rect.right, rect.top, rect.bottom);
32079}
32080function _getTargetRect(bounds, target) {
32081 var targetRectangle;
32082 if (target) {

Callers 3

_positionElementFunction · 0.85
_positionCalloutFunction · 0.85
getMaxHeightFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected