Table of Contents

Class EmfSetMiterLimit

Namespace
Aspose.Imaging.FileFormats.Emf.Emf.Records
Assembly
Aspose.Imaging.dll

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 EmfRecord

The source.

Properties

MiterLimit

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

public int MiterLimit { get; set; }

Property Value

int