Packages

 

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

Classes

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

Class EmfArcTo

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


    public final class EmfArcTo
    extends EmfDrawingRecordType

    The EMR_ARCTO record specifies an elliptical arc. It resets the current position to the end point of the arc.

    • Constructor Summary

      Constructors 
      Constructor and Description
      EmfArcTo()
      Initializes a new instance of the EmfArcTo class.
      EmfArcTo(EmfRecord source)
      Initializes a new instance of the EmfArcTo class.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method and Description
      Rectangle getBox()
      Gets or sets a 128-bit WMF RectL object, specified in [MS-WMF] section 2.2.2.19, which specifies the bounding rectangle.
      Point getEnd()
      Gets or sets a 64-bit WMF PointL object that specifies the coordinates of the second radial ending point, in logical units.
      Point getStart()
      Gets or sets a 64-bit WMF PointL object, specified in [MS-WMF] section 2.2.2.15, which specifies the coordinates of the first radial ending point, in logical units.
      void setBox(Rectangle value)
      Gets or sets a 128-bit WMF RectL object, specified in [MS-WMF] section 2.2.2.19, which specifies the bounding rectangle.
      void setEnd(Point value)
      Gets or sets a 64-bit WMF PointL object that specifies the coordinates of the second radial ending point, in logical units.
      void setStart(Point value)
      Gets or sets a 64-bit WMF PointL object, specified in [MS-WMF] section 2.2.2.15, which specifies the coordinates of the first radial ending point, in logical units.
    • Constructor Detail

      • EmfArcTo

        public EmfArcTo(EmfRecord source)

        Initializes a new instance of the EmfArcTo class.

        Parameters:
        source - The source.
      • EmfArcTo

        public EmfArcTo()

        Initializes a new instance of the EmfArcTo class.

    • Method Detail

      • getBox

        public Rectangle getBox()

        Gets or sets a 128-bit WMF RectL object, specified in [MS-WMF] section 2.2.2.19, which specifies the bounding rectangle.

      • setBox

        public void setBox(Rectangle value)

        Gets or sets a 128-bit WMF RectL object, specified in [MS-WMF] section 2.2.2.19, which specifies the bounding rectangle.

      • getStart

        public Point getStart()

        Gets or sets a 64-bit WMF PointL object, specified in [MS-WMF] section 2.2.2.15, which specifies the coordinates of the first radial ending point, in logical units.

      • setStart

        public void setStart(Point value)

        Gets or sets a 64-bit WMF PointL object, specified in [MS-WMF] section 2.2.2.15, which specifies the coordinates of the first radial ending point, in logical units.

      • getEnd

        public Point getEnd()

        Gets or sets a 64-bit WMF PointL object that specifies the coordinates of the second radial ending point, in logical units.

      • setEnd

        public void setEnd(Point value)

        Gets or sets a 64-bit WMF PointL object that specifies the coordinates of the second radial ending point, in logical units.