EmfTransformRecordType

EmfTransformRecordType class

The transform record types specify and modify world-space to page-space transforms.

public abstract class EmfTransformRecordType : EmfRecord

Properties

NameDescription
Size { get; set; }Gets or sets the size of the record
Type { get; set; }Gets or sets the type.
Xform { get; set; }Gets or sets an XForm object (section 2.2.28), which defines a world-space to page space transform.

See Also