Class EmfSetMiterLimit
EmfSetMiterLimit class
The EMR_SETMITERLIMIT record specifies the limit for the length of miter joins for the playback device context.
public sealed class EmfSetMiterLimit : EmfStateRecordType
Constructors
Name | Description |
---|
EmfSetMiterLimit() | Initializes a new instance of the EmfSetMiterLimit class. |
EmfSetMiterLimit(EmfRecord) | Initializes a new instance of the EmfSetMiterLimit class. |
Properties
Name | Description |
---|
MiterLimit { get; set; } | Gets or sets a 32-bit unsigned integer that specifies the new miter length limit. |
Size { get; set; } | Gets or sets the size of the record |
Type { get; set; } | Gets or sets the type. |
See Also