SVGRect class
SVGRect class
Represents rectangular geometry. Rectangles are defined as consisting of a (x,y) coordinate pair identifying a minimum X value, a minimum Y value, and a width and height, which are usually constrained to be non-negative.
Inheritance: SVGRect →
SVGValueType →
DOMObject
The SVGRect type exposes the following members:
Properties
| Property | Description |
|---|---|
| x | The X coordinate of the rectangle, in user units. |
| y | The Y coordinate of the rectangle, in user units. |
| width | The Width coordinate of the rectangle, in user units. |
| height | The Height coordinate of the rectangle, in user units. |
Methods
| Method | Description |
|---|---|
| get_platform_type | This method is used to retrieve the ECMAScript object Type. |
See Also
- module
aspose.svg.datatypes - class
DOMObject - class
SVGRect - class
SVGValueType