Packages

 

com.aspose.imaging.fileformats.emf.emfplus.records

Class EmfPlusBeginContainer

  • All Implemented Interfaces:
    com.aspose.imaging_internal.fileformats.emf.IRecord, Cloneable


    public final class EmfPlusBeginContainer
    extends EmfPlusStateRecordType

    The EmfPlusBeginContainer record opens a new graphics state container and specifies a transform for it.

    • Constructor Detail

      • EmfPlusBeginContainer

        public EmfPlusBeginContainer(EmfPlusRecord source)

        Initializes a new instance of the EmfPlusBeginContainer class.

        Parameters:
        source - The source.
    • Method Detail

      • getPageUnit

        public int getPageUnit()

        Gets the page unit.

        Value: The page unit.
      • getDestRect

        public RectangleF getDestRect()

        Gets or sets an EmfPlusRectF object (section 2.2.2.39) that, with SrcRect, specifies a transform for the container. This transformation results in SrcRect when applied to DestRect.

        Value: The dest rect.
      • setDestRect

        public void setDestRect(RectangleF value)

        Gets or sets an EmfPlusRectF object (section 2.2.2.39) that, with SrcRect, specifies a transform for the container. This transformation results in SrcRect when applied to DestRect.

        Value: The dest rect.
      • getSrcRect

        public RectangleF getSrcRect()

        Gets or sets an EmfPlusRectF rectangle that, with DestRect, specifies a transformation for the container. This transformation results in SrcRect when applied to DestRect.

        Value: The source rect.
      • setSrcRect

        public void setSrcRect(RectangleF value)

        Gets or sets an EmfPlusRectF rectangle that, with DestRect, specifies a transformation for the container. This transformation results in SrcRect when applied to DestRect.

        Value: The source rect.
      • getStackIndex

        public int getStackIndex()

        Gets or sets a 32-bit unsigned integer that specifies an index to associate with the graphics state container. The index MUST be referenced by a subsequent EmfPlusEndContainer record (section 2.3.7.3) to close the graphics state container.

        Value: The index of the stack.
      • setStackIndex

        public void setStackIndex(int value)

        Gets or sets a 32-bit unsigned integer that specifies an index to associate with the graphics state container. The index MUST be referenced by a subsequent EmfPlusEndContainer record (section 2.3.7.3) to close the graphics state container.

        Value: The index of the stack.