Packages

 

com.aspose.imaging.fileformats.emf.emf.objects

Class EmfBitFix28To4

  • All Implemented Interfaces:
    Cloneable


    public final class EmfBitFix28To4
    extends EmfObject

    The BitFIX28_4 object defines a numeric value in 28.4 bit FIX notation.

    • Constructor Detail

      • EmfBitFix28To4

        public EmfBitFix28To4(int dwordData)

        Initializes a new instance of the EmfBitFix28To4 class.

        Parameters:
        dwordData - The dword data.
    • Method Detail

      • getIntVal

        public int getIntVal()

        Gets or sets the integer value value

      • setIntVal

        public void setIntVal(int value)

        Gets or sets the integer value value

      • getFracValue

        public int getFracValue()

        Gets or sets the fraction value

      • setFracValue

        public void setFracValue(int value)

        Gets or sets the fraction value

      • getValue

        public float getValue()

        Gets the resulting float value;