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
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

NameDescription
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