new webCGMRect()
webCGMRect constructor
Methods
getXll() → {float}
Get x coordinate of the lower-left corner of a webCGMRect object
Returns:
xll
Type: float
getXur() → {float}
Get x coordinate of the upper-right corner of a webCGMRect object
Returns:
xur.
Type: float
getYll() → {float}
Get y coordinate of the lower-left corner of a webCGMRect object
Returns:
yll
Type: float
getYur() → {float}
Get y coordinate of the upper-right corner of a webCGMRect object
Returns:
xur
Type: float
setXll(xll)
Set x coordinate of the lower-left corner of a webCGMRect object
Parameters:
| Name | Type | Description |
|---|---|---|
xll |
float |
setXur(yll)
Set x coordinate of the upper-right corner of a webCGMRect object
Parameters:
| Name | Type | Description |
|---|---|---|
yll |
float |
setYll(yll)
Set y coordinate of the lower-left corner of a webCGMRect object
Parameters:
| Name | Type | Description |
|---|---|---|
yll |
float |
setYur()
Set y coordinate of the upper-right corner of a webCGMRect object
Parameters:
| Name | Type | Description |
|---|---|---|
yur. |
float |