Size class

Size class

Stores a values which specify a Height and Width.

The Size type exposes the following members:

Constructors

ConstructorDescription
initInitializes a new instance of the Size class.
initInitializes a new instance of the Size class and specify a Height and Width in pixels.
initInitializes a new instance of the Size class.

Properties

PropertyDescription
heightGets or sets the vertical component of this Size.
widthGets or sets the horizontal component of this Size.

See Also