public class EmfRop4 extends Object
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.
Constructor and Description |
---|
EmfRop4(int dwordData)
Initializes a new instance of the
EmfRop4 class. |
Modifier and Type | Method and Description |
---|---|
byte |
getBackgroundRop3()
Gets the background ROP3.
|
byte |
getForegroundRop3()
Gets the foreground ROP3.
|
short |
getReserved()
Gets the reserved.
|
public EmfRop4(int dwordData)
Initializes a new instance of the EmfRop4
class.
dwordData
- The dword data.public short getReserved()
Gets the reserved. This field SHOULD be 0x0000 and MUST be ignored.
Value: The reserved.public byte getBackgroundRop3()
Gets 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.
Value: The background ROP3.public byte getForegroundRop3()
Gets 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.
Value: The foreground ROP3.Copyright (c) 2008-2016 Aspose Pty Ltd. All Rights Reserved.