public final class EmfPlusSetClipPath extends EmfPlusClippingRecordType
The EmfPlusSetClipPath record combines the current clipping region with a graphics path. The new current clipping region is set to the result of the CombineMode operation.
Constructor and Description |
---|
EmfPlusSetClipPath(EmfPlusRecord source)
Initializes a new instance of the
EmfPlusSetClipPath class. |
Modifier and Type | Method and Description |
---|---|
byte |
getCm()
Gets or sets the CM (4 bits): Specifies the logical operation for combining two regions.
|
byte |
getObjectId()
Gets or sets the index of an EmfPlusPath object (section 2.2.1.6) in the EMF+
Object Table.
|
void |
setCm(byte value)
Gets or sets the CM (4 bits): Specifies the logical operation for combining two regions.
|
void |
setObjectId(byte value)
Gets or sets the index of an EmfPlusPath object (section 2.2.1.6) in the EMF+
Object Table.
|
getDataSize, getFlags, getSize, getType, setDataSize, setFlags, setSize
public EmfPlusSetClipPath(EmfPlusRecord source)
Initializes a new instance of the EmfPlusSetClipPath
class.
source
- The source.public byte getCm()
Gets or sets the CM (4 bits): Specifies the logical operation for combining two regions. See the CombineMode enumeration (section 2.1.1.4) for the meanings of the values.
Value: The cm.public void setCm(byte value)
Gets or sets the CM (4 bits): Specifies the logical operation for combining two regions. See the CombineMode enumeration (section 2.1.1.4) for the meanings of the values.
Value: The cm.public byte getObjectId()
Gets or sets the index of an EmfPlusPath object (section 2.2.1.6) in the EMF+ Object Table. The value MUST be zero to 63, inclusive.
Value: The object identifier.public void setObjectId(byte value)
Gets or sets the index of an EmfPlusPath object (section 2.2.1.6) in the EMF+ Object Table. The value MUST be zero to 63, inclusive.
Value: The object identifier.