EmfRop4 Class

Summary: A quaternary raster operation, which specifies ternary raster operations for
the foreground and background colors of a bitmap. These values define how the color data of
the source rectangle is to be combined with the color data of the destination rectangle.

Module: aspose.imaging.fileformats.emf.emf.records

Full Name: aspose.imaging.fileformats.emf.emf.records.EmfRop4

Aspose.Imaging Version: 24.6.0

Constructors

NameDescription
EmfRop4(dword_data)Initializes a new instance of the EmfRop4 class.

Properties

NameTypeAccessDescription
background_rop3byterGets the background ROP3.
The unsigned, most-significant 8 bits of a 24-bit ternary
raster operation value from the WMF Ternary Raster Operation enumeration ([MS-WMF] section 2.1.1.31). This code defines how to combine the background color data of
the source and destination bitmaps and brush pattern.
foreground_rop3byterGets the foreground ROP3.
The unsigned, most-significant 8 bits of a 24-bit ternary
raster operation value from the WMF Ternary Raster Operation enumeration. This
code defines how to combine the foreground color data of the source and destination
bitmaps and brush pattern.

Constructor: EmfRop4(dword_data)

 EmfRop4(dword_data) 

Initializes a new instance of the EmfRop4 class.

Parameters:

ParameterTypeDescription
dword_dataintThe dword data.