Liking cljdoc? Tell your friends :D

web.DOMRect

A DOMRect represents a rectangle.

A DOMRect represents a rectangle.
raw docstring

bottomcljs

(bottom this)

Property.

[Read Only] [Experimental]

The bottom read-only property of the DOMRectReadOnly interface the bottom coordinate value of the DOMRect. (Has the same value y height, or y if height is negative.)

var recBottom = DOMRect.bottom;

See also: https://developer.mozilla.org/en-US/docs/Web/API/DOMRectReadOnly/bottom

Property.

[Read Only]
[Experimental]

The bottom read-only property of the DOMRectReadOnly interface
the bottom coordinate value of the DOMRect. (Has the same value
y height, or y if height is negative.)

`var recBottom = DOMRect.bottom;`

See also: `https://developer.mozilla.org/en-US/docs/Web/API/DOMRectReadOnly/bottom`
sourceraw docstring

constructorcljs

(constructor & args)

Constructor.

The DOMRect() constructor creates a new web.DOMRect object.

x The x coordinate of the DOMRect's origin. y The y coordinate of the DOMRect's origin. width The width of the DOMRect. height The height of the DOMRect.

See also: https://developer.mozilla.org/en-US/docs/Web/API/DOMRect/DOMRect

Constructor.

The DOMRect() constructor creates a new `web.DOMRect` object.

x
The x coordinate of the DOMRect's origin.
y
The y coordinate of the DOMRect's origin.
width
The width of the DOMRect.
height
The height of the DOMRect.

See also: `https://developer.mozilla.org/en-US/docs/Web/API/DOMRect/DOMRect`
sourceraw docstring

from-rectcljs

(from-rect this rectangle)

Method.

[Experimental]

The fromRect() property of the web.dom.DOMRectReadOnly interface a new DOMRectReadOnly object with a given location and dimensions.

var domRect = DOMRectReadOnly.fromRect(rectangle)

See also: https://developer.mozilla.org/en-US/docs/Web/API/DOMRectReadOnly/fromRect

Method.

[Experimental]

The fromRect() property of the `web.dom.DOMRectReadOnly` interface
a new DOMRectReadOnly object with a given location and dimensions.

`var domRect = DOMRectReadOnly.fromRect(rectangle)`

See also: `https://developer.mozilla.org/en-US/docs/Web/API/DOMRectReadOnly/fromRect`
sourceraw docstring

heightcljs

(height this)

Property.

[Read Only] [Experimental]

The height read-only property of the DOMRectReadOnly interface the height of the DOMRect.

var recHeight = DOMRect.height;

See also: https://developer.mozilla.org/en-US/docs/Web/API/DOMRectReadOnly/height

Property.

[Read Only]
[Experimental]

The height read-only property of the DOMRectReadOnly interface
the height of the DOMRect.

`var recHeight = DOMRect.height;`

See also: `https://developer.mozilla.org/en-US/docs/Web/API/DOMRectReadOnly/height`
sourceraw docstring

leftcljs

(left this)

Property.

[Read Only] [Experimental]

The left read-only property of the DOMRectReadOnly interface the left coordinate value of the DOMRect. (Has the same value x, or x width if width is negative.)

var recLeft = DOMRect.left;

See also: https://developer.mozilla.org/en-US/docs/Web/API/DOMRectReadOnly/left

Property.

[Read Only]
[Experimental]

The left read-only property of the DOMRectReadOnly interface
the left coordinate value of the DOMRect. (Has the same value
x, or x width if width is negative.)

`var recLeft = DOMRect.left;`

See also: `https://developer.mozilla.org/en-US/docs/Web/API/DOMRectReadOnly/left`
sourceraw docstring

(right this)

Property.

[Read Only] [Experimental]

The right read-only property of the DOMRectReadOnly interface the right coordinate value of the DOMRect. (Has the same value x width, or x if width is negative.)

var recRight = DOMRect.right;

See also: https://developer.mozilla.org/en-US/docs/Web/API/DOMRectReadOnly/right

Property.

[Read Only]
[Experimental]

The right read-only property of the DOMRectReadOnly interface
the right coordinate value of the DOMRect. (Has the same value
x width, or x if width is negative.)

`var recRight = DOMRect.right;`

See also: `https://developer.mozilla.org/en-US/docs/Web/API/DOMRectReadOnly/right`
sourceraw docstring

topcljs

(top this)

Property.

[Read Only] [Experimental]

The top read-only property of the DOMRectReadOnly interface returns top coordinate value of the DOMRect. (Has the same value as y, y height if height is negative.)

var recTop = DOMRect.top;

See also: https://developer.mozilla.org/en-US/docs/Web/API/DOMRectReadOnly/top

Property.

[Read Only]
[Experimental]

The top read-only property of the DOMRectReadOnly interface returns
top coordinate value of the DOMRect. (Has the same value as y,
y height if height is negative.)

`var recTop = DOMRect.top;`

See also: `https://developer.mozilla.org/en-US/docs/Web/API/DOMRectReadOnly/top`
sourceraw docstring

widthcljs

(width this)

Property.

[Read Only] [Experimental]

The width read-only property of the DOMRectReadOnly interface the width of the DOMRect.

var recWidth = DOMRect.width;

See also: https://developer.mozilla.org/en-US/docs/Web/API/DOMRectReadOnly/width

Property.

[Read Only]
[Experimental]

The width read-only property of the DOMRectReadOnly interface
the width of the DOMRect.

`var recWidth = DOMRect.width;`

See also: `https://developer.mozilla.org/en-US/docs/Web/API/DOMRectReadOnly/width`
sourceraw docstring

xcljs

(x this)

Property.

[Read Only] [Experimental]

The x read-only property of the DOMRectReadOnly interface represents x coordinate of the DOMRect's origin.

var recX = DOMRect.x;

See also: https://developer.mozilla.org/en-US/docs/Web/API/DOMRectReadOnly/x

Property.

[Read Only]
[Experimental]

The x read-only property of the DOMRectReadOnly interface represents
x coordinate of the DOMRect's origin.

`var recX = DOMRect.x;`

See also: `https://developer.mozilla.org/en-US/docs/Web/API/DOMRectReadOnly/x`
sourceraw docstring

ycljs

(y this)

Property.

[Read Only] [Experimental]

The y read-only property of the DOMRectReadOnly interface represents y coordinate of the DOMRect's origin.

var recY = DOMRect.y;

See also: https://developer.mozilla.org/en-US/docs/Web/API/DOMRectReadOnly/y

Property.

[Read Only]
[Experimental]

The y read-only property of the DOMRectReadOnly interface represents
y coordinate of the DOMRect's origin.

`var recY = DOMRect.y;`

See also: `https://developer.mozilla.org/en-US/docs/Web/API/DOMRectReadOnly/y`
sourceraw docstring

cljdoc is a website building & hosting documentation for Clojure/Script libraries

× close