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.

public class SVGRect : SVGValueType

Properties

NameDescription
[getHeight]
[setHeight] The Height coordinate of the rectangle, in user units.
[getWidth]
[setWidth] 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

NameDescription
dispose()Releases unmanaged and - optionally - managed resources.
getPlatformType()This method is used to retrieve the ECMAScript object .
toString()Returns a String that represents this instance.

See Also