fromRect static method
The fromRect()
static method of the
DOMRect object creates a new DOMRect
object with a given location and dimensions.
Implementation
external static DOMRect fromRect([DOMRectInit other]);
The fromRect()
static method of the
DOMRect object creates a new DOMRect
object with a given location and dimensions.
external static DOMRect fromRect([DOMRectInit other]);