EmfRecord

EmfRecord class

Base class for EMF records All EMF records MUST have a length that is a multiple of 4 bytes. This is depicted in the generic structures of the preceding EMF record types by including AlignmentPadding fields where appropriate at the ends of these structures. The contents of AlignmentPadding fields MUST always be ignored. For brevity, these fields are not shown in every individual EMF record definition.

public class EmfRecord : MetaObject

Constructors

NameDescription
EmfRecord()Initializes a new instance of the EmfRecord class.
EmfRecord(EmfRecord)Initializes a new instance of the EmfRecord class.
EmfRecord(EmfRecordType)Initializes a new instance of the EmfRecord class.

Properties

NameDescription
Size { get; set; }Gets or sets the size of the record
Type { get; set; }Gets or sets the type.

See Also