Class EmfRecord
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
- Inheritance
-
EmfRecord
- Derived
- Inherited Members
Constructors
EmfRecord()
Initializes a new instance of the EmfRecord class.
public EmfRecord()
EmfRecord(EmfRecordType)
Initializes a new instance of the EmfRecord class.
public EmfRecord(EmfRecordType type)
Parameters
type
EmfRecordTypeThe record type.
EmfRecord(EmfRecord)
Initializes a new instance of the EmfRecord class.
public EmfRecord(EmfRecord source)
Parameters
source
EmfRecordThe source.
Properties
Size
Gets or sets the size of the record
public int Size { get; set; }
Property Value
Type
Gets or sets the type.
public EmfRecordType Type { get; set; }
Property Value
- EmfRecordType
The type.