Packages

 

com.aspose.imaging.fileformats.wmf.objects

Class WmfFillRegion

  • All Implemented Interfaces:
    Cloneable


    public class WmfFillRegion
    extends WmfObject

    The META_FILLREGION record fills a region using a specified brush.

    • Constructor Detail

      • WmfFillRegion

        public WmfFillRegion()

        Initializes a new instance of the WmfFillRegion class.

      • WmfFillRegion

        public WmfFillRegion(WmfGraphicObject region,
                             WmfGraphicObject brush)

        Initializes a new instance of the WmfFillRegion class.

        Parameters:
        region - The region.
        brush - The brush.
    • Method Detail

      • getRegionIndex

        public int getRegionIndex()

        Gets or sets the index of the region.

        Value: Index into the WMF Object Table to get the region to be filled.
      • setRegionIndex

        public void setRegionIndex(int value)

        Gets or sets the index of the region.

        Value: Index into the WMF Object Table to get the region to be filled.
      • getBrushIndex

        public int getBrushIndex()

        Gets or sets the index of the brush.

        Value: Index into the WMF Object Table to get the brush to use for filling the region.
      • setBrushIndex

        public void setBrushIndex(int value)

        Gets or sets the index of the brush.

        Value: Index into the WMF Object Table to get the brush to use for filling the region.