Size

Overview

Size is a class in Aspose.Slides FOSS for .NET.

Represents a 2D size with integer dimensions.

Properties

NameTypeAccessDescription
WidthintRead/WriteGets or sets the horizontal dimension of the size
HeightintRead/WriteGets or sets the vertical dimension of the size

Methods

SignatureDescription
Size(width: int, height: int)Creates a new Size with the specified width and height
Equals(obj: object?)
GetHashCode()Returns a hash code derived from the width and height values
ToString()Returns a string representation of the size in “width,height” format

See Also