Packages

 

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

Class EmfPoint28To4

  • All Implemented Interfaces:
    Cloneable


    public final class EmfPoint28To4
    extends EmfObject

    The Point28_4 object represents the location of a point on a device surface with coordinates in 28.4 bit FIX notation.

    • Constructor Detail

      • EmfPoint28To4

        public EmfPoint28To4()
    • Method Detail

      • getX

        public EmfBitFix28To4 getX()

        Gets or sets a BitFIX28_4 object (section 2.2.1) that represents the horizontal coordinate of the point.

      • setX

        public void setX(EmfBitFix28To4 value)

        Gets or sets a BitFIX28_4 object (section 2.2.1) that represents the horizontal coordinate of the point.

      • getY

        public EmfBitFix28To4 getY()

        Gets or sets a BitFIX28_4 object that represents the vertical coordinate of the point.

      • setY

        public void setY(EmfBitFix28To4 value)

        Gets or sets a BitFIX28_4 object that represents the vertical coordinate of the point.