EmfSetMiterLimit
Contents
[
Hide
]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
Constructor | Description |
---|---|
EmfSetMiterLimit(EmfRecord source) | Initializes a new instance of the EmfSetMiterLimit class. |
EmfSetMiterLimit() | Initializes a new instance of the EmfSetMiterLimit class. |
Methods
Method | Description |
---|---|
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:
Parameter | Type | Description |
---|---|---|
source | EmfRecord | The 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:
Parameter | Type | Description |
---|---|---|
value | int |