Class EmfBoundedRecord
Base EMF polyshape class.
public abstract class EmfBoundedRecord : EmfDrawingRecordType
- Inheritance
-
EmfBoundedRecord
- Derived
- Inherited Members
Constructors
EmfBoundedRecord(EmfRecordType)
Initializes a new instance of the EmfBoundedRecord class.
protected EmfBoundedRecord(EmfRecordType type)
Parameters
type
EmfRecordTypeThe record type.
EmfBoundedRecord(EmfRecord)
Initializes a new instance of the EmfBoundedRecord class.
protected EmfBoundedRecord(EmfRecord source)
Parameters
source
EmfRecordThe source.
Properties
Bounds
Gets or sets an 128-bit WMF RectL object ([MS-WMF] section 2.2.2.19) that specifies the bounding rectangle, in device units.
public Rectangle Bounds { get; set; }