RectElement
package js.html.svg
extends GeometryElement › GraphicsElement › Element › DOMElement › Node › EventTarget
Available on js
The SVGRectElement
interface provides access to the properties of rect
elements, as well as methods to manipulate them.
Documentation SVGRectElement by Mozilla Contributors, licensed under CC-BY-SA 2.5.
See also:
Variables
read onlyheight:AnimatedLength
Returns an SVGAnimatedLength
corresponding to the height
attribute of the given rect
element.
read onlyrx:AnimatedLength
Returns an SVGAnimatedLength
corresponding to the rx
attribute of the given rect
element.
read onlyry:AnimatedLength
Returns an SVGAnimatedLength
corresponding to the ry
attribute of the given rect
element.
read onlywidth:AnimatedLength
Returns an SVGAnimatedLength
corresponding to the width
attribute of the given rect
element.
read onlyx:AnimatedLength
Returns an SVGAnimatedLength
corresponding to the x
attribute of the given rect
element.
read onlyy:AnimatedLength
Returns an SVGAnimatedLength
corresponding to the y
attribute of the given rect
element.
© 2005–2020 Haxe Foundation
Licensed under a MIT license.
https://api.haxe.org/js/html/svg/RectElement.html