Packages

 

com.aspose.imaging.fileformats.wmf.objects

Class WmfSelectClipRegion

  • All Implemented Interfaces:
    Cloneable


    public class WmfSelectClipRegion
    extends WmfObject

    The META_SELECTCLIPREGION record specifies a Region Object (section 2.2.1.5) to be the current clipping region.

    • Constructor Detail

      • WmfSelectClipRegion

        public WmfSelectClipRegion()

        Initializes a new instance of the WmfSelectClipRegion class.

      • WmfSelectClipRegion

        public WmfSelectClipRegion(WmfGraphicObject region)

        Initializes a new instance of the WmfSelectClipRegion class.

        Parameters:
        region - The region.
    • Method Detail

      • getObjectIndex

        public int getObjectIndex()

        Gets or sets the index of the object.

        Value: The index of the object.
      • setObjectIndex

        public void setObjectIndex(int value)

        Gets or sets the index of the object.

        Value: The index of the object.