Packages

 

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

Classes

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

Class EmfPixelFormat

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


    public final class EmfPixelFormat
    extends EmfStateRecordType

    The EMR_PIXELFORMAT record specifies the pixel format to use for graphics operations.

    • Constructor Detail

      • EmfPixelFormat

        public EmfPixelFormat(EmfRecord source)

        Initializes a new instance of the EmfPixelFormat class.

        Parameters:
        source - The source.
    • Method Detail

      • getPfd

        public EmfPixelFormatDescriptor getPfd()

        Gets or sets a PixelFormatDescriptor object (section 2.2.22) that specifies pixel format data.

      • setPfd

        public void setPfd(EmfPixelFormatDescriptor value)

        Gets or sets a PixelFormatDescriptor object (section 2.2.22) that specifies pixel format data.