Size
Overview
Size is a class in Aspose.Slides FOSS for .NET.
Represents a 2D size with integer dimensions.
Properties
| Name | Type | Access | Description |
|---|---|---|---|
Width | int | Read/Write | Gets or sets the horizontal dimension of the size |
Height | int | Read/Write | Gets or sets the vertical dimension of the size |
Methods
| Signature | Description |
|---|---|
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 |