Packages

 

com.aspose.imaging.fileformats.emf.emfplus.objects

Classes

com.aspose.imaging.fileformats.emf.emfplus.objects

Class EmfPlusSolidBrushData

  • All Implemented Interfaces:
    Cloneable


    public final class EmfPlusSolidBrushData
    extends EmfPlusBaseBrushData

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

    • Constructor Detail

      • EmfPlusSolidBrushData

        public EmfPlusSolidBrushData()
    • Method Detail

      • getSolidArgb32Color

        public int getSolidArgb32Color()

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

      • setSolidArgb32Color

        public void setSolidArgb32Color(int value)

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