Interface IObjectWithSizeF
- Namespace
- Aspose.Imaging.Interfaces
- Assembly
- Aspose.Imaging.dll
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
The object height, in inches.
SizeF
Gets the object size, in inches.
SizeF SizeF { get; }
Property Value
- SizeF
The object size, in inches.
WidthF
Gets the object width, in inches.
float WidthF { get; }
Property Value
- float
The object width, in inches.