EmfSetMiterLimit

Inheritance: java.lang.Object, com.aspose.imaging.fileformats.emf.MetaObject, com.aspose.imaging.fileformats.emf.emf.records.EmfRecord, com.aspose.imaging.fileformats.emf.emf.records.EmfStateRecordType

public final class EmfSetMiterLimit extends EmfStateRecordType

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

Constructors

ConstructorDescription
EmfSetMiterLimit(EmfRecord source)Initializes a new instance of the EmfSetMiterLimit class.
EmfSetMiterLimit()Initializes a new instance of the EmfSetMiterLimit class.

Methods

MethodDescription
getMiterLimit()Gets or sets a 32-bit unsigned integer that specifies the new miter length limit.
setMiterLimit(int value)Gets or sets a 32-bit unsigned integer that specifies the new miter length limit.

EmfSetMiterLimit(EmfRecord source)

public EmfSetMiterLimit(EmfRecord source)

Initializes a new instance of the EmfSetMiterLimit class.

Parameters:

ParameterTypeDescription
sourceEmfRecordThe source.

EmfSetMiterLimit()

public EmfSetMiterLimit()

Initializes a new instance of the EmfSetMiterLimit class.

getMiterLimit()

public int getMiterLimit()

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

Returns: int

setMiterLimit(int value)

public void setMiterLimit(int value)

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

Parameters:

ParameterTypeDescription
valueint