Packages

 

com.aspose.imaging.fileformats.wmf.objects

Class WmfCreateRegion

  • All Implemented Interfaces:
    Cloneable


    public class WmfCreateRegion
    extends WmfGraphicObject

    The META_CREATEREGION record creates a Region Object (section 2.2.1.5).

    • Constructor Detail

      • WmfCreateRegion

        public WmfCreateRegion()

        WMFs the record.

    • Method Detail

      • getRegion

        public WmfRegion getRegion()

        Gets or sets the region.

        Value: Region Object data that defines the region to create.
      • setRegion

        public void setRegion(WmfRegion value)

        Gets or sets the region.

        Value: Region Object data that defines the region to create.