Packages

 

com.aspose.imaging.fileformats.wmf.objects

Class WmfFrameRegion

  • All Implemented Interfaces:
    Cloneable


    public class WmfFrameRegion
    extends WmfObject

    The wmf frame region object.

    • Constructor Detail

      • WmfFrameRegion

        public WmfFrameRegion()

        Initializes a new instance of the WmfFillRegion class.

      • WmfFrameRegion

        public WmfFrameRegion(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.
      • getHeight

        public short getHeight()

        Gets or sets the height.

        Value: The height, in logical units, of the region frame.
      • setHeight

        public void setHeight(short value)

        Gets or sets the height.

        Value: The height, in logical units, of the region frame.
      • getWidth

        public short getWidth()

        Gets or sets the width.

        Value: The width, in logical units, of the region frame.
      • setWidth

        public void setWidth(short value)

        Gets or sets the width.

        Value: The width, in logical units, of the region frame.