EmfCommentEndGroup
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.EmfCommentRecordType, com.aspose.imaging.fileformats.emf.emf.records.EmfCommentPublicRecordType
public final class EmfCommentEndGroup extends EmfCommentPublicRecordType
The EMR_COMMENT_ENDGROUP record specifies the end of a group of drawing records.
Constructors
| Constructor | Description |
|---|---|
| EmfCommentEndGroup(EmfRecord source) | Initializes a new instance of the EmfCommentEndGroup class. |
EmfCommentEndGroup(EmfRecord source)
public EmfCommentEndGroup(EmfRecord source)
Initializes a new instance of the EmfCommentEndGroup class.
Parameters:
| Parameter | Type | Description |
|---|---|---|
| source | EmfRecord | The source. |