SizeF

Overview

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

Represents a 2D size with float dimensions.

Properties

NameTypeAccessDescription
WidthfloatRead/WriteGets the horizontal dimension of the SizeF
HeightfloatRead/WriteGets the vertical dimension of the SizeF

Methods

SignatureDescription
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

See Also