SVGRect
On this page
Module: JavaScript DOM API
#include <SVGRect.idl>
Public Attributes
Name | |
---|---|
readonly attribute float | x |
readonly attribute float | y |
readonly attribute float | width |
readonly attribute float | height |
Public Attributes Documentation
variable x
readonly attribute float x;
variable y
readonly attribute float y;
variable width
readonly attribute float width;
variable height
readonly attribute float height;