Class EmfPolyShape
Base EMF polyshape class.
public abstract class EmfPolyShape : EmfBoundedRecord
- Inheritance
-
EmfPolyShape
- Derived
- Inherited Members
Constructors
EmfPolyShape(EmfRecordType)
Initializes a new instance of the EmfPolyShape class.
protected EmfPolyShape(EmfRecordType type)
Parameters
type
EmfRecordTypeThe record type.
EmfPolyShape(EmfRecord)
Initializes a new instance of the EmfPolyShape class.
protected EmfPolyShape(EmfRecord source)
Parameters
source
EmfRecordThe source.
Properties
APoints
Gets or sets an array of WMF PointL objects ([MS-WMF] section 2.2.2.15) that specifies the point data, in logical units.
public Point[] APoints { get; set; }
Property Value
- Point[]