Class EmfSetMiterLimit
The EMR_SETMITERLIMIT record specifies the limit for the length of miter joins for the playback device context.
public sealed class EmfSetMiterLimit : EmfStateRecordType
- Inheritance
-
EmfSetMiterLimit
- Inherited Members
Constructors
EmfSetMiterLimit()
Initializes a new instance of the EmfSetMiterLimit class.
public EmfSetMiterLimit()
EmfSetMiterLimit(EmfRecord)
Initializes a new instance of the EmfSetMiterLimit class.
public EmfSetMiterLimit(EmfRecord source)
Parameters
source
EmfRecordThe source.
Properties
MiterLimit
Gets or sets a 32-bit unsigned integer that specifies the new miter length limit.
public int MiterLimit { get; set; }