public class EmfPlusSetClipRegion extends EmfPlusClippingRecordType
The EmfPlusSetClipRegion record combines the current clipping region with another graphics region. The new current clipping region is set to the result of performing the CombineMode operation on the previous current clipping region and the specified EmfPlusRegion object.
Constructor and Description |
---|
EmfPlusSetClipRegion(EmfPlusRecord source)
Initializes a new instance of the
EmfPlusSetClipRegion class. |
Modifier and Type | Method and Description |
---|---|
byte |
getCm()
Gets or sets the CM (4 bits): Specifies the logical operation for combining two regions.
|
void |
setCm(byte value)
Gets or sets the CM (4 bits): Specifies the logical operation for combining two regions.
|
getCmFlag_internalized, setCmFlag_internalized
getDataSize, getFirstFlagByte_internalized, getFlagBit_internalized, getFlags, getLastFlagByte_internalized, getObjectId_internalized, getSize, getType, setDataSize, setFirstFlagByte_internalized, setFlagBit_internalized, setFlags, setLastFlagByte_internalized, setObjectId_internalized, setSize, setType_internalized
deepClone_internalized
public EmfPlusSetClipRegion(EmfPlusRecord source)
Initializes a new instance of the EmfPlusSetClipRegion
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.Copyright (c) 2008-2016 Aspose Pty Ltd. All Rights Reserved.