public final class EmfPlusSetCompositingMode extends EmfPlusPropertyRecordType
The EmfPlusSetCompositingMode record specifies how source colors are combined with background colors.
Constructor and Description |
---|
EmfPlusSetCompositingMode(EmfPlusRecord source)
Initializes a new instance of the
EmfPlusSetCompositingMode class. |
Modifier and Type | Method and Description |
---|---|
byte |
getCompositingMode()
Gets or sets the compositing mode value, from the CompositingMode
enumeration (section 2.1.1.5).
|
void |
setCompositingMode(byte value)
Gets or sets the compositing mode value, from the CompositingMode
enumeration (section 2.1.1.5).
|
getDataSize, getFlags, getSize, getType, setDataSize, setFlags, setSize
public EmfPlusSetCompositingMode(EmfPlusRecord source)
Initializes a new instance of the EmfPlusSetCompositingMode
class.
source
- The source.public byte getCompositingMode()
Gets or sets the compositing mode value, from the CompositingMode enumeration (section 2.1.1.5). Compositing can be expressed as the state of alpha blending, which can either be on or off.
Value: The compositing mode.public void setCompositingMode(byte value)
Gets or sets the compositing mode value, from the CompositingMode enumeration (section 2.1.1.5). Compositing can be expressed as the state of alpha blending, which can either be on or off.
Value: The compositing mode.