Size Class
Stores a values which specify a Height and Width.
Inheritance Hierarchy
SystemObject
  Aspose.Svg.DrawingSize

Namespace: Aspose.Svg.Drawing
Assembly: Aspose.SVG (in Aspose.SVG.dll) Version: 20.2
Syntax
public class Size

The Size type exposes the following members.

Constructors
  NameDescription
Public methodSize
Initializes a new instance of the Size class.
Public methodSize(Int32, Int32)
Initializes a new instance of the Size class and specify a Height and Width in pixels.
Public methodSize(Length, Length)
Initializes a new instance of the Size class.
Properties
  NameDescription
Public propertyHeight
Gets or sets the vertical component of this Size.
Public propertyWidth
Gets or sets the horizontal component of this Size.
Methods
  NameDescription
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 (Inherited from Object.)
See Also