EmfControlRecordType

EmfControlRecordType class

The control record types define the start and end of an EMF metafile and properties of the metafile.

public abstract class EmfControlRecordType : EmfRecord

Constructors

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

Properties

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

See Also