public interface IObjectWithSizeF
Represents object with Size which are expressed in real numbers (in inches).
Modifier and Type | Method and Description |
---|---|
float |
getHeightF()
Gets the object height, in inches.
|
SizeF |
getSizeF()
Gets the object size, in inches.
|
float |
getWidthF()
Gets the object width, in inches.
|
SizeF getSizeF()
Gets the object size, in inches.
Value: The object size, in inches.float getWidthF()
Gets the object width, in inches.
Value: The object width, in inches.float getHeightF()
Gets the object height, in inches.
Value: The object height, in inches.Copyright (c) 2008-2020 Aspose Pty Ltd. All Rights Reserved.