SizeF
Overview
SizeF is a class in Aspose.Slides FOSS for .NET.
Represents a 2D size with float dimensions.
Properties
| Name | Type | Access | Description |
|---|---|---|---|
Width | float | Read/Write | Gets the horizontal dimension of the SizeF |
Height | float | Read/Write | Gets the vertical dimension of the SizeF |
Methods
| Signature | Description |
|---|---|
SizeF(width: float, height: float) | |
Equals(obj: object?) | Determines whether the provided object is equal to this SizeF instance |
GetHashCode() | Returns a hash code representing the current SizeF values |
ToString() | Returns a string that describes the width and height of the SizeF |