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.
float getWidthF()
Gets the object width, in inches.
float getHeightF()
Gets the object height, in inches.