Packages

 

com.aspose.imaging.fileformats.wmf.objects

Class WmfPaintRegion

  • All Implemented Interfaces:
    Cloneable


    public class WmfPaintRegion
    extends WmfObject

    The META_PAINTREGION record paints the specified region by using the brush that is defined in the playback device context.

    • Constructor Detail

      • WmfPaintRegion

        public WmfPaintRegion()

        Initializes a new instance of the WmfSelectClipRegion class.

      • WmfPaintRegion

        public WmfPaintRegion(WmfGraphicObject region)

        Initializes a new instance of the WmfSelectClipRegion class.

        Parameters:
        region - The region.
    • 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.