Packages

 

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

Class EmfPlusClear

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


    public final class EmfPlusClear
    extends EmfPlusDrawingRecordType

    The EmfPlusClear record clears the output coordinate space and initializes it with a background color and transparency

    • Constructor Detail

      • EmfPlusClear

        public EmfPlusClear(EmfPlusRecord source)

        Initializes a new instance of the EmfPlusClear class.

        Parameters:
        source - The source.
    • Method Detail

      • getArgb32Color

        public int getArgb32Color()

        Gets or sets the color. An EmfPlusARGB object (section 2.2.2.1) that defines the color to paint the screen. All colors are specified in [IEC-RGB], unless otherwise noted.

        Value: The color.
      • setArgb32Color

        public void setArgb32Color(int value)

        Gets or sets the color. An EmfPlusARGB object (section 2.2.2.1) that defines the color to paint the screen. All colors are specified in [IEC-RGB], unless otherwise noted.

        Value: The color.