haXe API Documentation
Back | Index
extern class js.html.Rect
Available in js
The rect element is an SVG basic shape, used to create rectangles based on the position of a corner and their width and height. It may also be used to create rectangles with rounded corners.

Documentation for this class was provided by MDN.
var bottom(default,null) : CSSPrimitiveValue
var left(default,null) : CSSPrimitiveValue
var right(default,null) : CSSPrimitiveValue
var top(default,null) : CSSPrimitiveValue
Back | Index