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 Hierarchy
SystemObject
  Aspose.Svg.DomDOMObject
    Aspose.Svg.DataTypesSVGValueType
      Aspose.Svg.DataTypesSVGRect

Namespace: Aspose.Svg.DataTypes
Assembly: Aspose.SVG (in Aspose.SVG.dll) Version: 20.2
Syntax
public class SVGRect : SVGValueType

The SVGRect type exposes the following members.

Properties
  NameDescription
Public propertyHeight
The Height coordinate of the rectangle, in user units.
Public propertyWidth
The Width coordinate of the rectangle, in user units.
Public propertyX
The X coordinate of the rectangle, in user units.
Public propertyY
The Y coordinate of the rectangle, in user units.
Methods
  NameDescription
Public methodDispose
Releases unmanaged and - optionally - managed resources.
(Inherited from SVGValueType.)
Protected methodDispose(Boolean)
Releases unmanaged and - optionally - managed resources.
(Inherited from SVGValueType.)
Public methodEquals (Inherited from Object.)
Protected methodFinalize (Inherited from Object.)
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Protected methodMemberwiseClone (Inherited from Object.)
Public methodToString
Returns a String that represents this instance.
(Overrides ObjectToString.)
See Also