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 and Description |
---|
EmfSetMiterLimit()
Initializes a new instance of the
EmfSetMiterLimit class. |
EmfSetMiterLimit(EmfRecord source)
Initializes a new instance of the
EmfSetMiterLimit class. |
Modifier and Type | Method and Description |
---|---|
int |
getMiterLimit()
Gets or sets a 32-bit unsigned integer that specifies the new miter length limit.
|
void |
setMiterLimit(int value)
Gets or sets a 32-bit unsigned integer that specifies the new miter length limit.
|
public EmfSetMiterLimit(EmfRecord source)
Initializes a new instance of the EmfSetMiterLimit
class.
source
- The source.public EmfSetMiterLimit()
Initializes a new instance of the EmfSetMiterLimit
class.