Packages

 

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

Classes

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

Class EmfSetPixelV

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


    public final class EmfSetPixelV
    extends EmfDrawingRecordType

    The EMR_SETPIXELV record defines the color of the pixel at the specified logical coordinates.

    • Constructor Detail

      • EmfSetPixelV

        public EmfSetPixelV(EmfRecord source)

        Initializes a new instance of the EmfSetPixelV class.

        Parameters:
        source - The source.
      • EmfSetPixelV

        public EmfSetPixelV()

        Initializes a new instance of the EmfSetPixelV class.

    • Method Detail

      • getPixel

        public Point getPixel()

        Gets or sets a 64-bit WMF PointL object ([MS-WMF] section 2.2.2.15) that specifies the logical coordinates for the pixel.

      • setPixel

        public void setPixel(Point value)

        Gets or sets a 64-bit WMF PointL object ([MS-WMF] section 2.2.2.15) that specifies the logical coordinates for the pixel.

      • getArgb32Color

        public int getArgb32Color()

        Gets or sets a 32-bit WMF ColorRef object ([MS-WMF] section 2.2.2.8) that specifies the pixel color.

      • setArgb32Color

        public void setArgb32Color(int value)

        Gets or sets a 32-bit WMF ColorRef object ([MS-WMF] section 2.2.2.8) that specifies the pixel color.