public final 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, getFlags, getSize, getType, setDataSize, setFlags, setSizepublic 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-2022 Aspose Pty Ltd. All Rights Reserved.