IObjectWithSizeF

public interface IObjectWithSizeF

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

Methods

MethodDescription
getSizeF()Gets the object size, in inches.
getWidthF()Gets the object width, in inches.
getHeightF()Gets the object height, in inches.

getSizeF()

public abstract SizeF getSizeF()

Gets the object size, in inches.

Returns: SizeF - the object size, in inches

getWidthF()

public abstract float getWidthF()

Gets the object width, in inches.

Returns: float - the object width, in inches

getHeightF()

public abstract float getHeightF()

Gets the object height, in inches.

Returns: float - the object height, in inches