Packages

 

com.aspose.imaging.fileformats.emf.emfplus.records

Class EmfPlusSetRenderingOrigin

  • All Implemented Interfaces:
    com.aspose.imaging_internal.fileformats.emf.IRecord, Cloneable


    public final class EmfPlusSetRenderingOrigin
    extends EmfPlusPropertyRecordType

    The EmfPlusSetRenderingOrigin record specifies the rendering origin for graphics output.

    • Constructor Detail

      • EmfPlusSetRenderingOrigin

        public EmfPlusSetRenderingOrigin(EmfPlusRecord source)

        Initializes a new instance of the EmfPlusSetRenderingOrigin class.

        Parameters:
        source - The source.
    • Method Detail

      • getX

        public int getX()

        Gets or sets a 32-bit unsigned integer that defines the horizontal coordinate value of the rendering origin.

        Value: The x.
      • setX

        public void setX(int value)

        Gets or sets a 32-bit unsigned integer that defines the horizontal coordinate value of the rendering origin.

        Value: The x.
      • getY

        public int getY()

        Gets or sets a 32-bit unsigned integer that defines the vertical coordinate value of the rendering origin.

        Value: The y.
      • setY

        public void setY(int value)

        Gets or sets a 32-bit unsigned integer that defines the vertical coordinate value of the rendering origin.

        Value: The y.