EmfPlusClear

Inheritance: java.lang.Object, com.aspose.imaging.fileformats.emf.MetaObject, com.aspose.imaging.fileformats.emf.emfplus.records.EmfPlusRecord, com.aspose.imaging.fileformats.emf.emfplus.records.EmfPlusDrawingRecordType

public final class EmfPlusClear extends EmfPlusDrawingRecordType

The EmfPlusClear record clears the output coordinate space and initializes it with a background color and transparency

Constructors

ConstructorDescription
EmfPlusClear(EmfPlusRecord source)Initializes a new instance of the EmfPlusClear class.

Methods

MethodDescription
getArgb32Color()Gets or sets the color.
setArgb32Color(int value)Gets or sets the color.

EmfPlusClear(EmfPlusRecord source)

public EmfPlusClear(EmfPlusRecord source)

Initializes a new instance of the EmfPlusClear class.

Parameters:

ParameterTypeDescription
sourceEmfPlusRecordThe source.

getArgb32Color()

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.

Returns: int

setArgb32Color(int value)

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.

Parameters:

ParameterTypeDescription
valueint