EmfPlusSolidBrushData

Inheritance: java.lang.Object, com.aspose.imaging.fileformats.emf.MetaObject, com.aspose.imaging.fileformats.emf.emfplus.objects.EmfPlusObject, com.aspose.imaging.fileformats.emf.emfplus.objects.EmfPlusStructureObjectType, com.aspose.imaging.fileformats.emf.emfplus.objects.EmfPlusBaseBrushData

public final class EmfPlusSolidBrushData extends EmfPlusBaseBrushData

The EmfPlusSolidBrushData object specifies a solid color for a graphics brush.

Constructors

ConstructorDescription
EmfPlusSolidBrushData()

Methods

MethodDescription
getSolidArgb32Color()Gets or sets an EmfPlusARGB object (section 2.2.2.1) that specifies the color of the brush.
setSolidArgb32Color(int value)Gets or sets an EmfPlusARGB object (section 2.2.2.1) that specifies the color of the brush.

EmfPlusSolidBrushData()

public EmfPlusSolidBrushData()

getSolidArgb32Color()

public int getSolidArgb32Color()

Gets or sets an EmfPlusARGB object (section 2.2.2.1) that specifies the color of the brush.

Returns: int

setSolidArgb32Color(int value)

public void setSolidArgb32Color(int value)

Gets or sets an EmfPlusARGB object (section 2.2.2.1) that specifies the color of the brush.

Parameters:

ParameterTypeDescription
valueint