Packages

 

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

Classes

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

Class EmfEllipse

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


    public final class EmfEllipse
    extends EmfDrawingRecordType

    The EMR_ELLIPSE record specifies an ellipse. The center of the ellipse is the center of the specified bounding rectangle. The ellipse is outlined by using the current pen and is filled by using the current brush.

    • Constructor Detail

      • EmfEllipse

        public EmfEllipse(EmfRecord source)

        Initializes a new instance of the EmfEllipse class.

        Parameters:
        source - The source.
      • EmfEllipse

        public EmfEllipse()

        Initializes a new instance of the EmfEllipse 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 inclusive-inclusive 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 inclusive-inclusive bounding rectangle.