Interface IObjectWithSizeF

Interface IObjectWithSizeF

Namespace: Aspose.Imaging.Interfaces
Assembly: Aspose.Imaging.dll (25.2.0)

Represents object with Size which are expressed in real numbers (in inches).

public interface IObjectWithSizeF

Properties

HeightF

Gets the object height, in inches.

float HeightF { get; }

Property Value

float

SizeF

Gets the object size, in inches.

SizeF SizeF { get; }

Property Value

SizeF

WidthF

Gets the object width, in inches.

float WidthF { get; }

Property Value

float