Packages

 

com.aspose.psd.interfaces

Interface IObjectWithSizeF

  • All Known Implementing Classes:
    VectorImage


    public interface IObjectWithSizeF

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

    • Method Detail

      • getSizeF

        SizeF getSizeF()

        Gets the object size, in inches.

        Returns:
        the object size, in inches
      • getWidthF

        float getWidthF()

        Gets the object width, in inches.

        Returns:
        the object width, in inches
      • getHeightF

        float getHeightF()

        Gets the object height, in inches.

        Returns:
        the object height, in inches