EmfSetRop2

Inheritance: java.lang.Object, com.aspose.imaging.fileformats.emf.MetaObject, com.aspose.imaging.fileformats.emf.emf.records.EmfRecord, com.aspose.imaging.fileformats.emf.emf.records.EmfStateRecordType

public final class EmfSetRop2 extends EmfStateRecordType

The EMR_SETROP2 record defines a binary raster operation mode.

Binary raster operation mix modes define how to combine source and destination colors when drawing with the current pen. The mix modes are binary raster operation codes, representing all possible Boolean functions of two variables, using the binary operations AND, OR, and XOR (exclusive OR), and the unary operation NOT. The mix mode is for raster devices only; it is not available for vector devices.

Constructors

ConstructorDescription
EmfSetRop2(EmfRecord source)Initializes a new instance of the EmfSetRop2 class.
EmfSetRop2()Initializes a new instance of the EmfSetRop2 class.

Methods

MethodDescription
getRop2Mode()Gets or sets a 32-bit unsigned integer that specifies the raster operation mode and MUST be in the WMF Binary Raster Op enumeration ([MS-WMF] section 2.1.1.2).
setRop2Mode(int value)Gets or sets a 32-bit unsigned integer that specifies the raster operation mode and MUST be in the WMF Binary Raster Op enumeration ([MS-WMF] section 2.1.1.2).

EmfSetRop2(EmfRecord source)

public EmfSetRop2(EmfRecord source)

Initializes a new instance of the EmfSetRop2 class.

Parameters:

ParameterTypeDescription
sourceEmfRecordThe source.

EmfSetRop2()

public EmfSetRop2()

Initializes a new instance of the EmfSetRop2 class.

getRop2Mode()

public int getRop2Mode()

Gets or sets a 32-bit unsigned integer that specifies the raster operation mode and MUST be in the WMF Binary Raster Op enumeration ([MS-WMF] section 2.1.1.2).

Returns: int

setRop2Mode(int value)

public void setRop2Mode(int value)

Gets or sets a 32-bit unsigned integer that specifies the raster operation mode and MUST be in the WMF Binary Raster Op enumeration ([MS-WMF] section 2.1.1.2).

Parameters:

ParameterTypeDescription
valueint