Packages

 

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

Classes

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

Class EmfSetMiterLimit

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


    public final class EmfSetMiterLimit
    extends EmfStateRecordType

    The EMR_SETMITERLIMIT record specifies the limit for the length of miter joins for the playback device context.

    • Constructor Detail

      • EmfSetMiterLimit

        public EmfSetMiterLimit(EmfRecord source)

        Initializes a new instance of the EmfSetMiterLimit class.

        Parameters:
        source - The source.
      • EmfSetMiterLimit

        public EmfSetMiterLimit()

        Initializes a new instance of the EmfSetMiterLimit class.

    • Method Detail

      • getMiterLimit

        public int getMiterLimit()

        Gets or sets a 32-bit unsigned integer that specifies the new miter length limit.

      • setMiterLimit

        public void setMiterLimit(int value)

        Gets or sets a 32-bit unsigned integer that specifies the new miter length limit.