public class EmfPlusClear extends EmfPlusDrawingRecordType
The EmfPlusClear record clears the output coordinate space and initializes it with a background color and transparency
Constructor and Description |
---|
EmfPlusClear(EmfPlusRecord source)
Initializes a new instance of the
EmfPlusClear class. |
Modifier and Type | Method and Description |
---|---|
int |
getArgb32Color()
Gets or sets the color.
|
void |
setArgb32Color(int value)
Gets or sets the color.
|
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 EmfPlusClear(EmfPlusRecord source)
Initializes a new instance of the EmfPlusClear
class.
source
- The source.public int getArgb32Color()
Gets or sets the color. An EmfPlusARGB object (section 2.2.2.1) that defines the color to paint the screen. All colors are specified in [IEC-RGB], unless otherwise noted.
Value: The color.public void setArgb32Color(int value)
Gets or sets the color. An EmfPlusARGB object (section 2.2.2.1) that defines the color to paint the screen. All colors are specified in [IEC-RGB], unless otherwise noted.
Value: The color.Copyright (c) 2008-2016 Aspose Pty Ltd. All Rights Reserved.