SVGRect Class
Contents
[
Hide
]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.
public class SVGRect : SVGValueType
Properties
Name | Description |
---|---|
Height { get; set; } | The Height coordinate of the rectangle, in user units. |
Width { get; set; } | The Width coordinate of the rectangle, in user units. |
X { get; set; } | The X coordinate of the rectangle, in user units. |
Y { get; set; } | The Y coordinate of the rectangle, in user units. |
Methods
Name | Description |
---|---|
Dispose() | Releases unmanaged and - optionally - managed resources. |
virtual GetPlatformType() | This method is used to retrieve the ECMAScript object . |
override ToString() | Returns a String that represents this instance. |
See Also
- class SVGValueType
- namespace Aspose.Html.Dom.Svg.DataTypes
- assembly Aspose.HTML