Packages

 

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

Class EmfPlusDrawPath

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


    public final class EmfPlusDrawPath
    extends EmfPlusDrawingRecordType

    The EmfPlusDrawPath record specifies drawing a graphics path.

    • Constructor Detail

      • EmfPlusDrawPath

        public EmfPlusDrawPath(EmfPlusRecord source)

        Initializes a new instance of the EmfPlusDrawPath class.

        Parameters:
        source - The source.
    • Method Detail

      • getObjectId

        public byte getObjectId()

        Gets or sets the object identifier. The index of the EmfPlusPath object (section 2.2.1.6) to draw, in the EMF+ Object Table. The value MUST be zero to 63, inclusive.

        Value: The object identifier.
      • setObjectId

        public void setObjectId(byte value)

        Gets or sets the object identifier. The index of the EmfPlusPath object (section 2.2.1.6) to draw, in the EMF+ Object Table. The value MUST be zero to 63, inclusive.

        Value: The object identifier.
      • getPenId

        public int getPenId()

        Gets or sets the pen identifier A 32-bit unsigned integer that specifies an index in the EMF+ Object Table for an EmfPlusPen object (section 2.2.1.7) to use for drawing the EmfPlusPath. The value MUST be zero to 63, inclusive

      • setPenId

        public void setPenId(int value)

        Gets or sets the pen identifier A 32-bit unsigned integer that specifies an index in the EMF+ Object Table for an EmfPlusPen object (section 2.2.1.7) to use for drawing the EmfPlusPath. The value MUST be zero to 63, inclusive