Table of Contents

Class EmfSetRop2

Namespace
Aspose.Imaging.FileFormats.Emf.Emf.Records
Assembly
Aspose.Imaging.dll

The EMR_SETROP2 record defines a binary raster operation mode.

public sealed class EmfSetRop2 : EmfStateRecordType
Inheritance
EmfSetRop2
Inherited Members

Remarks

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

EmfSetRop2()

Initializes a new instance of the EmfSetRop2 class.

public EmfSetRop2()

EmfSetRop2(EmfRecord)

Initializes a new instance of the EmfSetRop2 class.

public EmfSetRop2(EmfRecord source)

Parameters

source EmfRecord

The source.

Properties

Rop2Mode

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).

public WmfBinaryRasterOperation Rop2Mode { get; set; }

Property Value

WmfBinaryRasterOperation