Packages

 

com.aspose.imaging.fileformats.wmf.objects

Class WmfInvertRegion

  • All Implemented Interfaces:
    Cloneable


    public class WmfInvertRegion
    extends WmfObject

    The META_INVERTREGION record draws a region in which the colors are inverted.

    • Constructor Detail

      • WmfInvertRegion

        public WmfInvertRegion(WmfGraphicObject region)

        Initializes a new instance of the WmfInvertRegion class.

        Parameters:
        region - The region.
      • WmfInvertRegion

        public WmfInvertRegion()

        Initializes a new instance of the WmfInvertRegion class.

    • Method Detail

      • getRegionIndex

        public int getRegionIndex()

        Gets or sets the index of the region.

        Value: The index of the region.
      • setRegionIndex

        public void setRegionIndex(int value)

        Gets or sets the index of the region.

        Value: The index of the region.